-
### Describe the issue
It's not clear what time type is expeced in `startTime` and `endTime` props within the `DAILY_TIME_WINDOW` sla type 🤔
As per the warning it expect RFC3339 time type, but do…
Ben8t updated
35 minutes ago
-
Have each stream sent into a `.webm` file as it's already encoded for said container and have it labeled, or subfolder, based on the stream key and when the stream started.
1. Subfolder: `//.webm`
…
-
### Terraform Version and Provider Version
```
Terraform version: 1.9.7
HCP provider version: 0.99.0
```
### Affected Resource(s)
* hcp_service_principal_key
### Terraform Configur…
-
Hello folks,
Having issue with string variable with value of date in RFC3339 format. Replace Token modify this string from RFC3339 to computer date time format. The final replacement has been modif…
-
Currently NodaTime [provides ISO (and therefore RFC3339 compatible) patterns](https://github.com/nodatime/nodatime/blob/8c41fe377b8ff8121b2942e749c2a3b81e797e20/src/NodaTime/Text/ZonedDateTimePattern.…
-
Here is a small code to reproduce, note that I dont know precisely if the bug is in this project or `chrono_tz`...
Cargo.toml:
```toml
[dependencies]
cron = "0.9.0"
chrono = "0.4.19"
chrono-tz…
-
Allo !
Currently, when a field has "date-time" as its format, it is parsed using time.RFC3339 (it is used in multiple places):
https://github.com/lerenn/asyncapi-codegen/blob/931df74017a3269ffb2d…
-
### Expected behavior
Output original precision, or truncate by spec, or treat timestamp field as msg
### Actual behavior
1. recieve syslog packet from remote (ex. via udp)
2. output to local lo…
-
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…
-
# Bug report
### Bug description:
```python
>>> datetime.fromisoformat('2020-01-01T00:00+00:90')
datetime.datetime(2020, 1, 1, 0, 0, tzinfo=datetime.timezone(datetime.timedelta(seconds=5400)))
```
…