We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34f197 commit 5d808edCopy full SHA for 5d808ed
1 file changed
src/date.janet
@@ -80,7 +80,7 @@
80
{:year 2021 :month 12 :day 31 :week-day "Friday"}
81
```
82
[]
83
- (let [today (os/date)]
+ (let [today (os/date (os/time) false)]
84
@{:year (today :year)
85
:month (+ (today :month) 1)
86
:day (+ (today :month-day) 1)
0 commit comments