This article describes how to use the altzone () method to process time zones in Python. it is a basic knowledge in Python. if you need it, refer to the altzone () method as the attribute of the time module. The offset returned for the local DST time zone, in UTC West Second, if one is defined. This is a negative value if the local DST time zone is east of UTC (for example, Western Europe, including UK ). Only this is used. if the daytime is not zero.
Syntax
The syntax of the altzone () method is as follows:
Time. altzone
Parameters
Return value
The offset returned by this method in the local DST time zone, in UTC West second if a definition.
Example
The following example shows how to use the altzone () method.
#! /Usr/bin/pythonimport timeprint "time. altzone % d" % time. altzone
When we run the above program, it will produce the following results:
Time. altzone () 25200