Future<String> getLocalTimezone() async { return (await FlutterTimezone.getLocalTimezone()).identifier; }