-
It looks like the iso8601 crate is no longer actively maintained: https://github.com/badboy/iso8601/pull/19
It would be good to switch to the chrono crate. This will help reduce the amount of unmai…
-
I am trying to create a node console application, but...
I am getting multiple (sometimes 10+) calls being made to my tool function calls.
Even when using the example get_weather as per docs:
…
-
I know that date formatters have not been implemented here just yet, but I would like to bring light to [this issue](https://forums.swift.org/t/iso8601dateformatter-fails-to-parse-a-valid-iso-8601-dat…
-
Hi Barron,
Thanks for sharing wonderful codes as usual. I started some test runs for your example codes on my end to see if we can adopt your code base for our work.
For GIS TropOMI Processing, …
-
### Describe the bug
I am trying to fetch the list of lists for a given site, with an expand on the fields.
This crashes during deserialisation with a "string index out of range".
The full stack…
-
Nanos since epoch are hard to grok while debugging
raulk updated
4 years ago
-
As was mentioned in https://github.com/vega/altair/issues/3433.
Given the following duckdb sql query:
```python
import pandas as pd
import duckdb
data = {'date': ['2012-01-01', '2022-01-01', '2…
-
Please support creating dates in the [international standard time format ISO8601](https://en.wikipedia.org/wiki/ISO_8601) for both csv and journal files. I suggest using this as default (and make non-…
-
I want to generate date in iso8601 format
which is giving result in format
**_YYYY-MM-DDTHH:MM:SS.ffffff+HH:MM[:SS[.ffffff]]
.strftime('%Y-%m-%dT%H:%M:%S.%f%z')
_**
exact forma…
-