You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devs may want to format dates differently. As such, it would be useful to support custom formats. My initial guess is that using the same formatting as Python would be useful. It could also be of interest to allow for custom formatters.
The text was updated successfully, but these errors were encountered:
Instead of handling custom formatting, I'll only handle two specific formatting for now (since I don't personally need anything else): 2018-02-28 15:56:59 and 2018-02-28T15:56:59. The former is the most important one given it's quite human readable.
Devs may want to format dates differently. As such, it would be useful to support custom formats. My initial guess is that using the same formatting as Python would be useful. It could also be of interest to allow for custom formatters.
The text was updated successfully, but these errors were encountered: