import 'package:flutter_timezone/flutter_timezone.dart'; Future getSystemTimezone() async { return FlutterTimezone.getLocalTimezone(); }