pub fn table_to_timestamp(t: LuaTable) -> LuaResult<DateTime<Utc>>
Convert a LuaTable to a DateTime<Utc>
LuaTable
DateTime<Utc>
This function will fail if the table is malformed.
Panics if the resulting timestamp is invalid.