Y
Hacker News
new
|
ask
|
show
|
jobs
by
yohannesk
82 days ago
And we also need localization. Each country can have their own holidays
2 comments
rolandog
82 days ago
And we need groups of locales for teams that are split across multiple locations; e.g.:
new_date = add_workdays( workdays=1.5, start=datetime.now(), regions=["es", "mx", "nl", "us"], )
link
mewpmewp2
82 days ago
Hopefully "es" will have Siesta support too.
link
zdc1
82 days ago
Might be better to calculate them separately for each locale and then tie-break with your own approach (min/max/avg/median/etc.)
link
wongarsu
82 days ago
Don't forget about regional holidays, which might follow arbitrary borders that don't match any of the official subdivisions of the country. Or may even depend on the chosen faith of the worker
link
reaperducer
81 days ago
Pulaski day in Illinois. Or Reds Opening Day in Cincinnati.
link