c-timestamp icon indicating copy to clipboard operation
c-timestamp copied to clipboard

Fast RFC 3339 (ISO 8601) timestamp parser and formatter implemented in C, zero dependencies.

Results 1 c-timestamp issues
Sort by recently updated
recently updated
newest added

I believe timestamp_compare should be taking the offset field into considerations, so that the same point in time in different timezones is considered 'equal' -- or is that intentional behavior?...