Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PhpTimeConverter.php

PhpTimeConverter::GREGORIAN_TO_UNIX_INTERVALS

The number of 100-nanosecond intervals from the Gregorian calendar epoch to the Unix epoch.

File

vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php, line 49

Class

PhpTimeConverter
PhpTimeConverter uses built-in PHP functions and standard math operations available to the PHP programming language to provide facilities for converting parts of time into representations that may be used in UUIDs

Namespace

Ramsey\Uuid\Converter\Time

Code

private const GREGORIAN_TO_UNIX_INTERVALS = 0x1b21dd213814000;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal