andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

change impl of cljs-time.core/today #94

Closed henryw374 closed 7 years ago

henryw374 commented 7 years ago

change the implementation of cljs-time.core/today so that the constr…ucted date's time is always at midnight in the local timezone

andrewmcveigh commented 7 years ago

Looks good to me. Thanks!