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