We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a34f197 + 5d808ed commit ba7e85cCopy full SHA for ba7e85c
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