Open In App

Zulu module in Python

Zulu is a drop-in-replacement for native DateTime. In this, all DateTime objects converted into UTC and also stored as UTC. There is an outline between UTC and time zones. Thus, time zones representation is applicable only for conversions to naive DateTime. It supports multiple string formatting using strptime strftime directives and Unicode date patterns.

Installation

To install this module type the below command in the terminal.



pip install zulu

Classes of Zulu module

Article Tags :