utc_date_time 0.1.0 copy "utc_date_time: ^0.1.0" to clipboard
utc_date_time: ^0.1.0 copied to clipboard

Is basically DateTime, but for UTC to make interacting with APIs for example

example/utc_date_time_example.dart

import 'package:utc_date_time/utc_date_time.dart';

void main() {
  var now = UtcDateTime.now();
  print('awesome: ${now.millisecondsSinceEpoch} -> ${now.todmYHM()}');
}
copied to clipboard
0
likes
150
points
29
downloads

Publisher

verified publisherjb.software

Weekly Downloads

2024.09.26 - 2025.04.10

Is basically DateTime, but for UTC to make interacting with APIs for example

Repository (GitLab)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on utc_date_time