Remix.run Logo
rolandog 8 hours 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"],
  )
mewpmewp2 8 hours ago | parent | next [-]

Hopefully "es" will have Siesta support too.

rolandog 6 hours ago | parent [-]

[dead]

zdc1 8 hours ago | parent | prev [-]

Might be better to calculate them separately for each locale and then tie-break with your own approach (min/max/avg/median/etc.)