-
To automatically return times as ISO8601 strings.
```
r.now().run({timeFormat: "ISO8601"})
```
-
I think this has to do with line `758` `var prevMonth = UTCDate(year, month-1, 28)`, `getClassNames` function, and the `UTCDate` function. Im not date expert so i'll let you guys figure this out. the …
-
Traceback (most recent call last):
File "C:\Users\Osanosa\Downloads\Compressed\bypass_utility-1.3\main.py", line 3, in
from src.exploit import exploit
File "C:\Users\Osanosa\Downloads\Comp…
-
I am currently diving into quicktext and like a lot! Thanks for maintaining and developing it!
My usecase makes it necessary to insert a date in the form of YYYY-MM-DD. I couldn’t find this as an opt…
-
Your ISO8601 class has several members that supposedly represent parsing and formatting of "intervals", but that is not really true. The support in that class is properly called a duration (see https:…
-
I recently needed timezone offsets for RFC3339 time strings (which are a bit more strict than ISO8601).
The implementation heavily used already existing parsers and classes available in `brick/date-t…
-
[ISO8601](https://www.iso.org/iso-8601-date-and-time-format.html) defines a duration format. Add `to_iso8601` to convert `Cldr.Calendar.Duration.t` to this format. And `from_iso8601/1` to do the rever…
-
Pendulum is incorrectly parsing ISO 8601 strings without timezone information.
```
pendulum.parse('2018-08-02T15:00')
Out[16]: DateTime(2018, 8, 2, 15, 0, 0, tzinfo=Timezone('UTC'))
```
"If …
-
The 4.1.3 version of the mandatory core services uses a date/time format that does not strictly adhere to any popular standard for machine-readable timestamp. While Arrowhead should not force the use …
-
## Description
Events in The Trans Dimension calculate their time by converting ISO8601 string to UTC this is incorrect for some of the year
![image](https://github.com/user-attachments/assets/fe23c…