pub fn table_to_timestamp(t: Table) -> Result<DateTime<Utc>, Error>
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.