https://github.com/nolim1t/em-http-datetime-to-epochtime
Rails EventMachine app which converts datetime (with Olsen formatted timezone) to epoch time. If I didn't do this I would have to resort to a *yucky* PHP solution.
https://github.com/nolim1t/em-http-datetime-to-epochtime
Last synced: 4 months ago
JSON representation
Rails EventMachine app which converts datetime (with Olsen formatted timezone) to epoch time. If I didn't do this I would have to resort to a *yucky* PHP solution.
- Host: GitHub
- URL: https://github.com/nolim1t/em-http-datetime-to-epochtime
- Owner: nolim1t
- Created: 2012-05-16T06:48:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-02T05:05:32.000Z (about 13 years ago)
- Last Synced: 2025-01-15T11:15:37.682Z (6 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
em-http-datetime-to-epochtime
=============================Rails EventMachine app which converts datetime (with Olsen formatted timezone) to epoch time. If I didn't do this I would have to resort to a *yucky* PHP solution.