in src/datetime/Time.php [137:139]
public static function nanoseconds(int $nanoseconds): this { return self::fromParts(0, 0, 0, $nanoseconds); }