Join Nostr
2026-04-21 10:34:44 UTC

Paul on Nostr: TIL: JavaScript's Date is zero-indexed for months, so month 4 (April) is actually ...

TIL: JavaScript's Date is zero-indexed for months, so month 4 (April) is actually month 5 (May). I have just lost an hour trying to debug a problem because of this.

#JavaScript