Lines Matching refs:datetime
104 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {} argument
151 function date_create(string $datetime = "now", ?DateTimeZone $timezone = null): DateTime|false {} argument
155 string $datetime = "now", ?DateTimeZone $timezone = null): DateTimeImmutable|false {} argument
159 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false {} argument
163 string $format, string $datetime, ?DateTimeZone $timezone = null): DateTimeImmutable|false {} argument
169 function date_parse(string $datetime): array {} argument
175 function date_parse_from_format(string $format, string $datetime): array {} argument
223 function timezone_offset_get(DateTimeZone $object, DateTimeInterface $datetime): int {} argument
254 function date_interval_create_from_date_string(string $datetime): DateInterval|false {} argument
346 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} argument
368 …public static function createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone … argument
463 public function __construct(string $datetime = "now", ?DateTimeZone $timezone = null) {} argument
479 …public static function createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone … argument
602 public function getOffset(DateTimeInterface $datetime): int {} argument
650 public static function createFromDateString(string $datetime): DateInterval {} argument