time icon indicating copy to clipboard operation
time copied to clipboard

Robust and type-safe date and time calculations for Swift

Results 22 time issues
Sort by recently updated
recently updated
newest added

I'd like an `/Examples` folder with some simple iOS apps showing how to use `Time`. The first one that comes to mind is a basic iOS app using a `UICollectionView`...

help wanted
good first issue
documentation

## Motivation `LTO*` and `GTO*` prefixed protocols act as markers for conditional conformance clauses, and as such need to be `public` symbols, but for all intents and purposes they are...

## Motivation When determining which `Clock` value to use, it can be less expressive or easily forgotten to use the `Clocks` namespace to access the several built-in values. In Swift...

Hi, I'm looking for a way to check, whether a previous call to my networking api was sent more than 5 minutes ago. I thought trying your project for this...

There's no *actual* time difference between 1 PM Pacific Time and 4 PM Eastern Time, but there is a *perceived* difference based on the different time zones. There should be...

enhancement
api

Right now `TimeDifference` provides concrete `Int` properties of each unit component of a given difference, which leaves users to implement a way of getting a total of a specific unit....

Hello, first of all, thank you for all your work on this library. Apart from that, the title says it all, would be nice to be able to use `Template`...

It's difficult to deal with precision higher than milliseconds. I'm attempting to write tests dealing with nanosecond precision and they're failing all over the place. Couple this with the face...

enhancement

I’m still using CocoaPods mainly because of automatic Settings bundle generation. Happy to make a PR adding a Podspec if you’re interested?

When initialising an Absolute TimePeriod we are seeing very slow performance. It is taking 90ms+ to initialise a time period. Also getting bad performance when trying to add or subtract...