-
### Problem description
I have a dataframe of shape = `(57_887_821, 2)`. I want a sample of 10M rows. Here are the performances of 3 different techniques:
1. `df.sample()`
```
sample = df.sample…
-
You specify start and end times with a timezone offset but the API expects Zulu (UTC)
{"statusCode":400,"error":"Bad Request","message":"child \"start\" fails because [\"start\" must be a string with…
-
it would be handy for debugging, etc. to have a command line utility that is just a thin wrapper over the various API methods:
`$ beacon-api-client --endpoint http://NODE_URL node version`
`$ beac…
-
This causes an error. For example in Julia 1.7.2, I see:
```
julia> using TimeZones, Dates
julia> Dates.format(now(), "yyyy-mm-ddTHH:MM:SSZ")
ERROR: type DateTime has no field zone
Stacktrac…
-
I'm unable to get ${X-Received} to render. I was trying to use it to get the date and time from so I could use that to rename the file (I want to start the filename with 'yyyymmdd_hhMMss'). If you'r…
-
# Description
We've seen that after 2 to 2.5 hours of running Hermes starts experiencing sudden spikes in the GRAFT and PRUNE events affecting all the topics.
Although we couldn't see any direct …
-
OnvifAuth中GetHeadToken里面的时间错误
string created = onvifUTCDateTime.ToString("yyyy-MM-ddThh:mm:ssZ");
应该改为HH
不然12点之前没问题,超过12点就出问题了,13点变1点,鉴权失败
-
The format should match `iso8601` standard, therefore `YYYY-mm-dd` for the dates and `YYYY-mm-ddTHH:mm:ssz` for the datetimes.
At least one place that need the fix: http://developers.bookingsync.co…
-
Some terms (especially media `timestamp` and `eventStart` and `eventEnd`) could benefit from expressing milliseconds. Ideally we support 4 ways of writing timestamps (all ISO):
```ini
2013-11-23T…
-
**Describe the bug**
This code snippet illustrates the bug -
```
const date = dayjs('2020-11-23T12:00:00-06:00', 'YYYY-MM-DDTHH:mm:ssZ', true);
const equivalentDate = dayjs('2020-11-23', 'Y…