# fluttertpc_flutter_native_timezone **Repository Path**: openharmony-sig/fluttertpc_flutter_native_timezone ## Basic Information - **Project Name**: fluttertpc_flutter_native_timezone - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-11-11 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [fluttertpc_flutter_native_timezone](https://gitcode.com/openharmony-sig/fluttertpc_flutter_native_timezone)。| ⚠️ This repository has been archived. For the new address, please visit [fluttertpc_flutter_native_timezone](https://gitcode.com/openharmony-sig/fluttertpc_flutter_native_timezone).** > --- > # flutter_native_timezone A flutter plugin for getting the local timezone of the os. ## Getting Started Install this package and everthing good will just follow along with you. ## Features - [X] iOS Support - [X] Android Support ## Usage examples #### Get the timezone ```dart final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone(); ```