-
PS C:\python311\lib\site-packages\rdbtools\cli> python rdb.py -c memory C:\Users\guagu\Desktop\redis_rdb\hins25205082_data_20231208042425.rdb --bytes 128 -f memory.csv
Traceback (most recent call las…
-
master:
```
tarantool> require('datetime').parse('Mon', {format = '%A'}).wday
---
- 5
...
```
b9a2a87dce:
```
tarantool> require('datetime').parse('Mon', {format = '%A'}).wday
---
- 2
..…
-
I suggest to add a version scheme `datetime` that is defined as follows:
To compare 2 versions a and b, do:
Compare the as datetime parsed values (including the timezones).
Use case: Especially…
-
## Describe the bug
When running the self tests for 6.0.1 on NetBSD 10.99.12/amd64, there are about 20 self test failures due to timezone issues.
## To Reproduce
```
FAILED src/icalendar/t…
-
Thank you for this addons! could you please consider integrating a time picker feature.
-
## Description
When running terraform_compliance 1.3.48 with python 3.12 I'm getting multiple DeprecationWarnings on the usage of datetime.datetime.utcnow().
Although terraform_compliance sti…
-
# Bug report
### Bug description:
[strftime() and strptime() Behavior](https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior) section says "date, datetime, and time objects …
-
write with csv
```
func main() {
var err error
md := []string{
"name=id, type=INT96",
"name=name, type=BYTE_ARRAY",
}
fw, err := local.NewLocalFileWriter("csv.parquet")
if err != n…
-
Since Python 3.12, we have the following DeprecationWarning:
```
warcio/recordbuilder.py:156: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future ver…
-
### The problem
This code seems to be considered as wrong:
```
service: input_datetime.set_datetime
target:
entity_id: input_datetime.test_datetime
data:
timestamp: 0
```
![344243116-ac97…