Skip to content

0.4: Format time like isoformat() would

Latest
Compare
Choose a tag to compare
@urbaniak urbaniak released this 15 Oct 16:39
· 1 commit to master since this release
In many applications millisecond precision is not enough to understand
what's going on, let's stick to microsecond-precision like with
isoformat(). Additionally the separators are changed to match those of
isoformat() (which is used to format other timestamps here).