pub fn timestamp_to_table(lua: &Lua, ts: DateTime<Utc>) -> LuaResult<LuaTable>
Convert a DateTime<Utc> to a LuaTable
DateTime<Utc>
LuaTable
This function will fail insertion into the table fails.