Niko Järvinen

Results 3 comments of Niko Järvinen

There's even easier way to do this already: ```python import arrow arrow.now(tz="US/Pacific") ``` I haven't seen a single function in arrow that didn't support strings as timezone definition. Additionally, arrow...

> Yup, all timezone's of type `str` are passed to the `TzinfoParser`. I totally agree, I think arrow's support for timezone string parsing might make this feature kind of pointless....

> I think it can be made quieter by adding a `--quiet` to this line: > https://github.com/grigi/talkey/blob/master/talkey/base.py#L259 > e.g. `cmd = ['aplay', '--quiet', str(filename)] > And you are right, this...