luminus-framework / luminus

documentation site for Luminus framework
http://www.luminusweb.net/
629 stars 121 forks source link

Create timestamp with 7 digits of sub-second precision #243

Closed jacobmorzinski closed 5 years ago

jacobmorzinski commented 5 years ago

A proposal for issue #242

On Windows, java.time.LocalDateTime/now has 0.1-microsecond precision. This PR updates the documentation to guide readers to create a timestamp column with enough digits for that.

With this change, my guestbook passes tests on Windows (with lein test). I have not tested the change on Macos or Unixes.

yogthos commented 5 years ago

👍