pyufunc.get_timezone#

pyufunc.get_timezone()#

Check the current timezone.

Returns:

the current timezone

Return type:

str

Example

>>> from pyufunc import get_current_timezone
>>> get_current_timezone()
'Asia/Shanghai'