time_machine
time_machine copied to clipboard
A date and time API for Dart
TimeMachine provides 3 major components: library, timezone data, culture data. The library is unsurpassed in providing *correct* datetime calculations. I'm glad to see TimeMachine getting NNBD conversion - and a...
I'm trying to get the difference between the below dates, but the result is 44min 50sec. Am I doing something wrong? //time_machine: ^0.9.15 final start = LocalDateTime(2021, 2, 27, 4,...
I cannot build with latest flutter stable channel 1.22.6, neither with the version 0.9.16 nor with the master branch ``` ../../../development/flutter/.pub-cache/git/time_machine-7fbfd2fc84fd8ee6a6be4cf16e429d64d3a4df3f/lib/src/calendar_system.dart:8:2: Error: Getter not found: 'internal'. @internal ^^^^^^^^ ../../../development/flutter/.pub-cache/git/time_machine-7fbfd2fc84fd8ee6a6be4cf16e429d64d3a4df3f/lib/src/calendar_system.dart:8:2: Error:...
Clocks were moved backward to become Sunday, 27 December, 2020 01:00:00 AM https://timezonedb.com/time-zones/Europe/Volgograd
Upgraded to latest version of flutter and now get a compile error: calendar_system.dart:8:2: Error: 'internal' is imported from both 'package:meta/meta.dart' and 'package:time_machine/src/time_machine_internal.dart'. zoneddatetime.dart:18:2: Error: 'internal' is imported from both 'package:meta/meta.dart'...
In `epochArithmeticMod` in `utilities.dart`, there is a repeated `if` statement. Is it meant to be `y` in the second one? ```dart /// This returns a pattern consistent with epoch (or...
Hi, I found this library today for my requirement I have to convert entire app to timezone time example `US/Eastern` When I tried it says not found can help me...
Hi there, Trying to use this library with `flutter web` but I have some issues with it: 1. I don't have this file anywhere in my project - I've looked...
I have sync Culture.current culture with Flutter localization like this ```dart class TimeMachineDelegate extends LocalizationsDelegate { Locale locale; @override bool isSupported(Locale locale) { return true; } @override Future load(Locale locale)...
Hello I've tried your plugin and works great I have lots of meetings in my calendar and it takes 2/3 seconds to create event calendar for controller Do you have...