Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/wolfdatetime
A framework of structures for dealing with local dates and times (i.e., dates and times apart from time zones) and their converstion to UTC Date-times.
https://github.com/wolfmcnally/wolfdatetime
Last synced: 10 days ago
JSON representation
A framework of structures for dealing with local dates and times (i.e., dates and times apart from time zones) and their converstion to UTC Date-times.
- Host: GitHub
- URL: https://github.com/wolfmcnally/wolfdatetime
- Owner: wolfmcnally
- License: mit
- Created: 2019-04-09T17:49:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T08:10:48.000Z (over 5 years ago)
- Last Synced: 2024-12-01T03:41:24.970Z (about 1 month ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WolfDateTime
[![CI Status](https://img.shields.io/travis/wolfmcnally/WolfDateTime.svg?style=flat)](https://travis-ci.org/wolfmcnally/WolfDateTime)
[![Version](https://img.shields.io/cocoapods/v/WolfDateTime.svg?style=flat)](https://cocoapods.org/pods/WolfDateTime)
[![License](https://img.shields.io/cocoapods/l/WolfDateTime.svg?style=flat)](https://cocoapods.org/pods/WolfDateTime)
[![Platform](https://img.shields.io/cocoapods/p/WolfDateTime.svg?style=flat)](https://cocoapods.org/pods/WolfDateTime)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 4.2
## Installation
WolfDateTime is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'WolfDateTime'
```## Author
Wolf McNally, [email protected]
## License
WolfDateTime is available under the MIT license. See the LICENSE file for more info.