Skip to content

Commit

Permalink
Default yy-MMM-dd -> yy-MM-dd pattern (sortable)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 15, 2015
1 parent 609551f commit a946c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/timbre.cljx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#+clj
(def default-timestamp-opts
"Controls (:timestamp_ data)"
{:pattern "yy-MMM-dd HH:mm:ss" #_:iso8601
{:pattern "yy-MM-dd HH:mm:ss" #_:iso8601
:locale :jvm-default #_(java.util.Locale. "en")
:timezone :utc #_(java.util.TimeZone/getTimeZone "Europe/Amsterdam")})

Expand Down

0 comments on commit a946c12

Please sign in to comment.