Home
last modified time | relevance | path

Searched defs:tzFormat (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php120 return $this->tzFormat; argument
70 protected $tzFormat; global() variable in FreeDSx\\Asn1\\Type\\AbstractTimeType
82 __construct(\\DateTime $dateTime = null, string $dateFormat, string $tzFormat) global() argument
169 withTag($tagNumber, int $class, bool $isConstructed, \\DateTime $dateTime = null, string $dateFormat, string $tzFormat) global() argument
[all...]
H A DGeneralizedTimeType.php79 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_FRACTIONS, string $tzFormat = self TZ_UTC) global() argument
H A DUtcTimeType.php61 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_SECONDS, string $tzFormat = self TZ_UTC) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php190 generalizedTime(\\DateTime $dateTime = null, string $dateFormat = AbstractTimeType FORMAT_FRACTIONS, string $tzFormat = AbstractTimeType TZ_UTC) global() argument
201 utcTime(\\DateTime $dateTime = null, string $dateFormat = AbstractTimeType FORMAT_SECONDS, string $tzFormat = AbstractTimeType TZ_UTC) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php752 formatDateTime(\\DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format) global() argument