timestamp.cr
timestamp.cr
Timestamp implementation for crystal-lang.
Installation
Add it to your Projectfile
deps do
github "waterlink/timestamp.cr"
end
Usage
require "timestamp"
Create Time
from timestamp:
puts Time.from_timestamp(1427042133.035) #=> 2015-03-22 16:35:33
Get timestamp from Time
instance:
puts Time.now.to_timestamp #=> 1427042133.035
Contributing
- Fork it ( https://github.com/waterlink/timestamp.cr/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- waterlink - creator, maintainer
Repository
timestamp.cr
Owner
Statistic
- 5
- 0
- 0
- 0
- 0
- over 9 years ago
- March 22, 2015
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 22:06:18 GMT
Languages