Home
last modified time | relevance | path

Searched refs:tzFormat (Results 1 – 13 of 13) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php72 protected $tzFormat;
87 * @param string $tzFormat Represents the format of the timezone.
89 public function __construct(?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
92 $this->setTimeZoneFormat($tzFormat);
120 return $this->tzFormat; argument
124 * @param string $tzFormat
127 public function setTimeZoneFormat(string $tzFormat)
129 if (!in_array($tzFormat, $this->validTzFormats)) {
132 $tzFormat,
136 $this->tzFormat
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 DUtcTimeType.php63 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UTC)
65 parent::__construct($dateTime, $dateFormat, $tzFormat);
61 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_SECONDS, string $tzFormat = self TZ_UTC) global() argument
H A DGeneralizedTimeType.php81 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_FRACTIONS, string $tzFormat = self::TZ_UTC)
83 parent::__construct($dateTime, $dateFormat, $tzFormat);
79 __construct(\\DateTime $dateTime = null, string $dateFormat = self FORMAT_FRACTIONS, string $tzFormat = self TZ_UTC) global() argument
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php188 * @param string $tzFormat
191 public static function generalizedTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_FRACTIONS, string $tzFormat = AbstractTimeType::TZ_UTC): GeneralizedTimeType
193 return new GeneralizedTimeType($dateTime, $dateFormat, $tzFormat);
199 * @param string $tzFormat
202 public static function utcTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTimeType::TZ_UTC): UtcTimeType
204 return new UtcTimeType($dateTime, $dateFormat, $tzFormat);
190 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/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php132 $tzFormat = $now->getTimezone()->getOffset($now)===0?'\\Z':'O';
133 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php132 $tzFormat = $now->getTimezone()->getOffset($now)===0?'\\Z':'O';
133 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php132 $tzFormat = $now->getTimezone()->getOffset($now)===0?'\\Z':'O';
133 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php787 * @param string $tzFormat
791 protected function formatDateTime(DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format)
793 if ($tzFormat === GeneralizedTimeType::TZ_LOCAL) {
795 } elseif ($tzFormat === GeneralizedTimeType::TZ_UTC) {
807 if ($tzFormat === GeneralizedTimeType::TZ_UTC) {
809 } elseif ($tzFormat === GeneralizedTimeType::TZ_DIFF) {
929 $tzFormat = AbstractTimeType::TZ_LOCAL;
949 $tzFormat = $matches[$matchMap['timezone']] === 'Z' ? AbstractTimeType::TZ_UTC : AbstractTimeType::TZ_DIFF;
960 return [$dateTime, $dtFormat, $tzFormat];
752 formatDateTime(\\DateTime $dateTime, string $dateTimeFormat, string $tzFormat, string $format) global() argument
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php121 $tzFormat = 0 === $now->getTimezone()->getOffset($now) ? '\\Z' : 'O';
122 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This'.$tzFormat));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php131 $tzFormat = $now->getTimezone()->getOffset($now) === 0 ? '\\Z' : 'O';
132 $nowParts = DateTimeParser::parseVCardDateTime($now->format('Ymd\\This' . $tzFormat));
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2199 allowTime, dateFormat, timeFormat, tzFormat;
2234 tzFormat = 'Z';
2240 config._f = dateFormat + (timeFormat || '') + (tzFormat || '');
/plugin/edittable/lib/
H A Dhandsontable.full.js9159 allowTime, dateFormat, timeFormat, tzFormat;
9194 tzFormat = 'Z';
9200 config._f = dateFormat + (timeFormat || '') + (tzFormat || '');
9213 dateFormat, timeFormat, tzFormat;
9269 tzFormat = ' ZZ';
9270 config._f = dayFormat + dateFormat + timeFormat + tzFormat;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1tzFormat;\n\n if (match) {\n getParsingFlags(config).iso = true;\n\n …