clojure-emacs / parseedn

EDN parser for Emacs Lisp
62 stars 15 forks source link

Add print handler for #uuid and #inst #7

Closed plexus closed 3 years ago

plexus commented 4 years ago

Since we parse these we should also print these.

Printing inst up to the second and without timestamp, since that is the resolution we get from Emacs' date-to-time.

Will open a separate issue for millisecond and time zone handling.

plexus commented 4 years ago

This was prompted by #6.

See #8 for a follow-up issue.

@bbatsov or @jackrusher would either of you mind giving this your rubber stamp approval? thanks!

jobez commented 3 years ago

thank you for writing this! i hope my thanks can also serve as a poke so this pr can get a stamp of approval :)

plexus commented 3 years ago

How time flies :) thanks for the prod!