Skip to content

Commit

Permalink
Add local-date
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Dec 26, 2024
1 parent 79f0b49 commit 7015a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/cljs-time/src/nbb/impl/cljs_time.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Remaining fns are used by the community"
'today (copy-var t/today core-ns)
'minus (copy-var t/minus core-ns)
'plus (copy-var t/plus core-ns)
'to-default-time-zone (copy-var t/to-default-time-zone core-ns)})
'to-default-time-zone (copy-var t/to-default-time-zone core-ns)
'local-date (copy-var t/local-date core-ns)})

(def coerce-namespace
"Only to-long is used by logseq.graph-parser"
Expand Down

0 comments on commit 7015a18

Please sign in to comment.