tempo icon indicating copy to clipboard operation
tempo copied to clipboard

A datetime-centric, mockable time library for Gleam!

Results 5 tempo issues
Sort by recently updated
recently updated
newest added

Waiting on #8, this will allow the parse_any functions to parse other locales' date formatting. Currently, only the EN-US locale is supported. This will bump the package version number up...

Waiting on #8, the package should be able to get the current locale whether running in the browser or on a server

What information does this type need to hold? - Info about how the dates are commonly structured (eg. in US MM/DD/YYYY is used but in UK DD/MM/YYYY is) - Info...

Won't build < v7.2.0 with gleam_stdlib >= 0.50 because of a change to the location of DecodeError and others. gleam_stdlib >= 0.50 moved things to the separate decode module and...

We have a use case where we need to convert 13 Million `datetime` to a string like `YYYY-DD-MM HH:MM:SS` (DateTime in MySQL). This could also have a fractional part, but...