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