PHP 8.2.30
Preview: localized-time.d.ts Size: 487 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/node-cron/dist/cjs/time/localized-time.d.ts

type DateParts = {
    day: number;
    month: number;
    year: number;
    hour: number;
    minute: number;
    second: number;
    milisecond: number;
    weekday: string;
    gmt: string;
};
export declare class LocalizedTime {
    timestamp: number;
    parts: DateParts;
    timezone?: string | undefined;
    constructor(date: Date, timezone?: string);
    toDate(): Date;
    toISO(): string;
    getParts(): DateParts;
    set(field: string, value: number): void;
}
export {};

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
487 B lrw-r--r-- 2026-02-21 00:54:18
Edit Download
2.77 KB lrw-r--r-- 2026-02-21 00:53:50
Edit Download
3.35 KB lrw-r--r-- 2026-02-21 00:54:04
Edit Download
418 B lrw-r--r-- 2026-02-21 00:54:20
Edit Download
4.04 KB lrw-r--r-- 2026-02-21 00:53:54
Edit Download
3.78 KB lrw-r--r-- 2026-02-21 00:54:04
Edit Download
226 B lrw-r--r-- 2026-02-21 00:54:22
Edit Download
1.84 KB lrw-r--r-- 2026-02-21 00:54:00
Edit Download
1.51 KB lrw-r--r-- 2026-02-21 00:54:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).