📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
dateutil
›
📁 tz
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/dateutil/tz
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: win.pyc
a ٓ�f�2 � @ s� d Z ddlZddlZddlmZ ddlmZ zddlZddlmZ W n e y^ e d��Y n0 ddlmZ g d �Z e�d �ZdZdZd Zdd� Ze� ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zdd� Zdd� ZdS )z� This module provides an interface to the native time zone data on Windows, including :py:class:`datetime.tzinfo` implementations. Attempting to import this module on a non-Windows platform will raise an :py:obj:`ImportError`. � N)�winreg)� text_type)�wintypesz#Running tzwin on non-Windows system� )�tzrangebase)�tzwin� tzwinlocal�tzres� z7SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zonesz4SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zonesz4SYSTEM\CurrentControlSet\Control\TimeZoneInformationc C sJ t �d t j�} zt �| t��� t}W n ty< t}Y n0 | �� |S �N)r �ConnectRegistry�HKEY_LOCAL_MACHINE�OpenKey�TZKEYNAMENT�Close�WindowsError�TZKEYNAME9X)�handle� TZKEYNAME� r �s/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/dateutil/tz/win.py� _settzkeyname"