Y
Hacker News
new
|
ask
|
show
|
jobs
by
rolandog
76 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"], )
2 comments
mewpmewp2
76 days ago
Hopefully "es" will have Siesta support too.
link
zdc1
76 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