gmt 0.8.0 gmt: ^0.8.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.8.0 #
- Change the default URL to:
- 1.1.1.1
- 1.0.0.1
- 8.8.8.8
- 8.8.4.4
- example.com
0.7.3 #
- Add the web platform.
0.7.2 #
- Update comments.
- Update homepage URL.
0.7.1 #
- Change the way to request from
Get
toHead
. - Bump
http
to1.1.0
.
0.7.0 #
- Bump sdk version to
>=2.18.0 <4.0.0
. - Bump
http
to1.0.0
.
0.6.0 #
- Bump min sdk version to
2.17.0
. - Update dependencies.
- Update homepage URL.
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.