timezone 0.10.0 copy "timezone: ^0.10.0" to clipboard
timezone: ^0.10.0 copied to clipboard

Time zone database and time zone aware DateTime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add timezone
copied to clipboard

With Flutter:

 $ flutter pub add timezone
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  timezone: ^0.10.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:timezone/timezone.dart';
copied to clipboard
499
likes
120
points
1.76M
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

Time zone database and time zone aware DateTime.

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

http, path

More

Packages that depend on timezone