summaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/useful/utctime.rst
blob: 7bdfa8a378cadff037a5468156481a6bef43719c (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

.. _useful.UTCTime:

.. |ASN.1| replace:: UTCTime

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

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

.. autoclass:: pyasn1.type.useful.UTCTime(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.

       Formal syntax for the *UTCTime* value is:

       * **YYMMDDhhmm[ss]** standing for UTC time, two
         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 or

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

       * a string as above followed by a string **(+|-)hhmm** denoting
         time zone offset relative to UTC

       For example, *170126120000Z* which stands for YYMMDDHHMMSSZ.

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