internet_time

Last updated:

0 purchases

internet_time Image
internet_time Images
Add to Cart

Description:

internet time

For all your Swatch Internet Time needs.
Getting started #
TODO: Add pubdev installation.
Usage #
The package is very easy to use, you can find the methods you can call in the /lib/internet_time.dart file.
import 'package:internet_time/internet_time.dart';

void main() {
final beats = InternetTime();
print(beats.nowString());
print(beats
.fromTime(DateTime.fromMicrosecondsSinceEpoch(1681193970 * 1000000)));
}
copied to clipboard
Additional information #
Time precision is missing. It might be nice to implement it.
Inspired by peterhellberg's golang package.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.