-
# BuyNxt RET14
## Flow 1
### on_search_full_catalog_refresh
- variants should be implemented and categories should not be empty
- **tmpstmp**: context/timestamp difference between /on_search a…
-
I am porting my program from `chrono` to `time`. One thing I am stuck with is serializing a `Vec` with the `rfc3339` format.
This seems like a small but very useful addition. Is this something that…
-
**Client**
Storage
**Environment**
Any
**Go Environment**
Go 1.21
**Code**
**Expected behavior**
Milliseconds are supported as per https://cloud.google.com/storage/docs/metadat…
-
Create a matcher which takes one of the time layouts of golang standard time library and matches them in given string.
```
const (
ANSIC = "Mon Jan _2 15:04:05 2006"
UnixDate = "Mon Jan…
-
I found when join tables with multiple columns, **if the sequence of columns in the two tables are different**, there will be no output.
---
You can reproduce this bug by the example below. I …
-
```
Durations:
dur-second = 1*DIGIT "S"
dur-minute = 1*DIGIT "M" [dur-second]
dur-hour = 1*DIGIT "H" [dur-minute]
dur-time = "T" (dur-hour / dur-minu…
-
Code like this:
```
Instant instant1 = Instant.parse("2020-03-06T08:14:01Z");
CloudEvent ce1 = new CloudEvent(type, version, source, instant1, null);
```
will run ok.
But code like this
…
-
Neither the parser nor the unparser provides any useful way to distinguish between .1, .01, .001 and so on, while RFC3339 allows any number of digits there.
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
Could you please add support for the types `date-time`, `date`, and `time`?
ellis updated
1 month ago