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.php72 protected $tzFormat; variable in FreeDSx\\Asn1\\Type\\AbstractTimeType
89 public function __construct(?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
127 public function setTimeZoneFormat(string $tzFormat)
176 …nt $class, bool $isConstructed, ?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
H A DUtcTimeType.php63 …erface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UT…
H A DGeneralizedTimeType.php81 …face $dateTime = null, string $dateFormat = self::FORMAT_FRACTIONS, string $tzFormat = self::TZ_UT…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php191 …me = null, string $dateFormat = AbstractTimeType::FORMAT_FRACTIONS, string $tzFormat = AbstractTim…
202 …Time = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTim…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php791 …protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, st…