vector_core::event::lua::util

Function timestamp_to_table

source
pub fn timestamp_to_table(lua: &Lua, ts: DateTime<Utc>) -> LuaResult<LuaTable>
Expand description

Convert a DateTime<Utc> to a LuaTable

ยงErrors

This function will fail insertion into the table fails.