lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On 28 Jun 2022, at 01:56, Brent Tucker <brent.anthony.tucker@gmail.com> wrote:

Hi,

Do Lua users have a preferred library for date/time conversion? I'm looking for a conversion from ISO 8601 to Unix epoch timestamp . 

Example: "2019-01-30T13:06:36.769273-07:00" 

Thanks
Brent


There’s the “date” module: https://luarocks.org/modules/tieske/date which is pure Lua