There are timezone names like "America/Argentina/Ushuaia" or "America/Indiana/Indianapolis".
I think the regexp should be
/^[a-z_+-]{1,256}(\/[a-z_+-]{1,256})+$/i
or
/^[a-z_+-]{1,256}\/[a-z_+-]{1,256}(\/[a-z_+-]{1,256})?$/i
Hi @emanuelegalbiati I would like to take this up. I will create a PR for this.
Fixed in #234. Will release it soon.
Released in 1.1.0
Most helpful comment
Fixed in #234. Will release it soon.