-
Summary of discussion from tc39/proposal-temporal#796:
When working with legacy or third-party systems, you often find yourself receiving date strings in the most unwieldy formats. To remedy this, …
-
I just noticed that the Gregorian definition of leap years is hard-coded in datetime-fortran:
https://github.com/wavebitscientific/datetime-fortran/blob/master/src/lib/mod_datetime.f90#L1053
I gue…
-
First off... thanks for the library. Of the ones that I have seen it is by far the most complete.
However, it seems like your logic when [simplifying a date string](https://github.com/bwindels/exif-…
-
Disclaimer: I used AI to help write this report because English is not my first language, I apologize if anything is unclear or too detailed. Let me know if you need any clarifications
I'm encounte…
-
here is my code snippet.
How can I check if the device is still connected to aws or not.
```
void aws_iot_main(void *pvParameters)
{
int returnStatus = EXIT_SUCCESS;
MQTTContext_t m…
-
I have an epidemiological model where I pre-compute the *per capita* flows from compartment i to j and store them in a matrix `M`: this way, the only term that needs to be updated over the course of t…
-
See https://github.com/DiscUtils/DiscUtils/blob/b3ffb5123eea8791a90d6a2beb65c68cc5708b24/Library/DiscUtils.Containers/DiscUtils.Containers.csproj#L12-L18 for the full list of supported container forma…
-
MARC21 itself only specifies [`100 $d`](https://www.loc.gov/marc/authority/ad100.html) as "Dates associated with a name (NR)".
It's most common to only include years in the `$d` subfield. In that c…
-
# Problem solved by the feature
The current default `java.util.Date` serialization uses `DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.DEFAULT, Locale.US)` ([source line](https://gith…
-
Hello,
I want to add a new library for personal use but how to?
thanks