Searched defs:tzFormat (Results 1 – 5 of 5) sorted by relevance
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
| H A D | AbstractTimeType.php | 72 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 D | UtcTimeType.php | 63 …erface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UT…
|
| H A D | GeneralizedTimeType.php | 81 …face $dateTime = null, string $dateFormat = self::FORMAT_FRACTIONS, string $tzFormat = self::TZ_UT…
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/ |
| H A D | Asn1.php | 191 …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 D | BerEncoder.php | 791 …protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, st…
|