gmt 0.5.0 gmt: ^0.5.0 copied to clipboard
Get current datetime in GMT from internet (example.com, google.com or your own urls) and return DateTime in UTC.
0.5.0 #
- Allow enable/disable debug text.
- Update dependencies.
0.4.0 #
- Avoid creating a new instance of
GMT
. - Updated dependencies.
0.3.1 #
- Added example to improve the scores.
- Upgrade dependencies.
- Update homepage.
0.3.0 #
Added new parameters to GMT.now()
:
- urls: List of URLs to get the current date and time. This does nothing on the Web platform.
- timeoutOfEach: Timeout of each URL.
0.2.0+1 #
- Update homepage
0.2.0 #
- Bug fixed: Error on web platform.
0.1.0 #
- Supported web platform.
0.0.2 #
- Bug fixed: Convert local
DateTime.now()
to UTC.
0.0.1 #
- Initial release.