-
Is there anyway for the query to return in nano time instead of precision rfc3339?
-
Hi, I think that both of following time strings are valid RFC3339 time format. However, RFC3164 parser is not able to parse the second type of timestamp (i.e. ```2019-11-06T08:12:25Z```) due to the ex…
-
we seem to be using our own format rather than e.g., standardizing on https://docs.rs/chrono/latest/chrono/struct.DateTime.html#method.to_rfc3339 or https://docs.rs/chrono/latest/chrono/struct.DateTim…
-
We received a recommendation from a member of the Mozilla community that we should mandate ISO 8601 format dates in incident reports. For example, some CAs will state in their incident report that the…
-
For instance:
```yaml
name: timestamp
type: datetime
description: Time at which the event was emitted
input_formats:
- rfc3339
- unix_timestamp
- "%Y %m %d %H:%M:%S.%f %z"
- strptime:…
-
The width of the rfc3339 timestamp does not guarantee a fixed length, only that at least one digit in the subsecond part is present.
```text
2023-08-01T11:10:57.758299073Z [WARN] trying to reiniti…
-
I'm seeing a surprising result from `format_rfc3339()`.
I thought that this would always contain a "T" to delimit the date and time part, but I'm actually seeing space as a delimiter.
```bash
…
-
Currently the `timestampFormat` is not supported in our datafusion-based ingest readers.
Datafusion and arrow timestamp support is currently lacking and only can parse `rfc3339` strings.
Because…
-
I see two more failures on 32bit. These tests should be skipped, and/or a custom exception be raised to indicate functionality is unsupported on 32bit.
```console
[ 59s] =======================…
-
由于mongodb的date类型默认是使用`RFC3339`格式类型来存储时间。因此,前台构造时间查询参数时需按`RFC3339`格式来提交。
> 据说`RFC3339`时间格式是json推荐的标准时间格式
go测试代码
```go
// TestTodayZeroTime 获取前一天零点和当天零点RFC3339格式时间字符串
func TestTodayZeroTime(t *…
thm7x updated
5 years ago