summaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/useful/generalizedtime.rst
blob: d1f5b8514834742d70a86b3b754bd73c5540bacb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

.. _useful.GeneralizedTime:

.. |ASN.1| replace:: GeneralizedTime

.. |encoding| replace:: iso-8859-1

|ASN.1| type
------------

.. autoclass:: pyasn1.type.useful.GeneralizedTime(value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
   :members: isValue, isSameTypeWith, isSuperTypeOf, tagSet, asDateTime, fromDateTime

   .. note::


       The |ASN.1| type models a character string representing date and time
       in many different formats.

       Formal syntax for the *GeneralizedTime* value is:

       * **YYYYMMDDhh[mm[ss[(.|,)ffff]]]** standing for a local time, four
         digits for the year, two for the month, two for the day and two
         for the hour, followed by two digits for the minutes and two
         for the seconds if required, then a dot (or a comma), and a
         number for the fractions of second or

       * a string as above followed by the letter ā€œZā€ (denoting a UTC
         time) or

       * a string as above followed by a string **(+|-)hh[mm]** denoting
         time zone offset relative to UTC

       For example, *20170126120000Z* stands for YYYYMMDDHHMMSSZ.

   .. automethod:: pyasn1.type.useful.GeneralizedTime.clone(self, value=NoValue(), tagSet=TagSet(), subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')
   .. automethod:: pyasn1.type.useful.GeneralizedTime.subtype(self, value=NoValue(), implicitTag=TagSet(), explicitTag=TagSet(),subtypeSpec=ConstraintsIntersection(), encoding='us-ascii')