parse_lua_timestamp

Function parse_lua_timestamp 

Source
fn parse_lua_timestamp(table: &LuaTable, field: &str) -> Option<DateTime<Utc>>
Expand description

Parse a timestamp from a Lua table field.

Supports ISO 8601 strings (with or without timezone) and Unix timestamps (integer or float). Returns None if the field is missing or unparseable.