|
|
|
|
|
by zAy0LfpBZLC8mAC
3304 days ago
|
|
Just general calendar arithmetic. There are tons of cases where you need to do stuff like calculate "one month before", "one month after", "beginning of the year", ... --that's a mess with unix timestamps, but trivial with a good calendar library (or postgres, for that matter). |
|