-
Currently we save time in the hdf data generated by areadetector using S:IOC:timeOfDayForm2SI:
```
caget S:IOC:timeOfDayForm2SI
S:IOC:timeOfDayForm2SI 06/08/20 16:07:14
```
but we sho…
-
## 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…
-
Dear Team,
I found that content() function returns NAs for `created_time` and `updated_time` with RStudio Connect v2022.09.0.
This is because the` format_iso8601` function is not needed anymore, s…
-
This was tested with the latest `main` from Elastic-Agent and Beats
The default logger (user configurable) and the events logger are using different formats for the timestamp:
Default logger (RFC333…
-
STAPI allows singly open-ended intervals in query (e.g., `../2024-04-23T00:00:00Z` or `2024-04-23T00:00:00Z../`), but the DatetimeInterval class only validates ISO8601 datetime values. Also, the valid…
-
Hi
Wouldn't it be more standard to use ISO8601 dates as the standard format? Like `yyyy-mm-ddThh:mm`
ghost updated
5 years ago
-
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:…
-
YYYY-MM-DD or YYYY-MM-DDThh:mm:ssTZD formats
``` python
>>> import parsedatetime as pdt
>>> cal = pdt.Calendar()
>>> cal.parse('1999-12-24')
(time.struct_time(tm_year=2013, tm_mon=4, tm_mday=4, tm_ho…
-
To automatically return times as ISO8601 strings.
```
r.now().run({timeFormat: "ISO8601"})
```