-
I have a simple class with datetime properties. If I try to clone this class there is a stackoverflow exception. If I comment out the properties the deep copy will work. I am on .net 8.
public cla…
-
## Expected Behavior
consistent datetime format should be returned in a string or datetime type
## Actual Behavior
I see format in both `2023-04-27T22:52:33Z` and `2006-01-02T15:04:05-07:00` in …
-
In the `parse_datestring` method in `stac_fastapi/mongo/utilities.py`, which is used for generating the MongoDB query dict, the input time is converted from a string to a python datetime object back t…
-
Hello Zura and all.
I'm developing an app based on your tutorials. Now I'm trying to set the multiple image feature and I'm getting an issue when trying to edit a product uploading an image.
The err…
-
## Description: datetime_convert.java broken
Steps to Reproduce
run `javac datetime_convert.java`
## Expected Behavior: File compiles without warnings or errors
## Actual Behavior:
…
-
- Mark custom_datetime as deprecated in favour of `{{ datetime format="[]YYYY[-]MM[-]DD[ ]HH[:]mm[:]ss" }}`
- (Optional - Non blocking for 3.0.0) Show a one-time deprecation notice if anyone uses `cu…
-
Not sure if exactly bug and what performance implications there are but it'd be more user friendly if supported:
**1.) comparing against datetime**
```python
import datetime
import pandas as pd
…
-
![Screenshot 2024-11-15 at 5.15.43 PM.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/fa9a2def-1fda-43eb-b852-bdad515708a0.png)
![Screenshot 2024-11-15 at 5.17.03 PM.png](ht…
-
1. Websocket Supports Binary which means fressian could be used.
2. Cljs config needs to use async resolver.
[com.cognitect/transit-clj "0.8.275"]
[com.cognitect/transit-cljs "0.8.220"]
[org.…
awb99 updated
1 month ago
-
Dates as a data type, with the ability to do arithmetic on them.
* [X] Date as a datatype (528f408)
* [ ] Time zones
* [X] Prisms to convert (internally) to a Rust-friendly type (probably the `ti…