I have
import arrow s = \'2015/12/1 19:00:00\' tz = \'Asia/Hong_Kong\'
How can I parse this with Arrow such that I get an Arrow object with the
Try this:
arrow.get(s, 'YYYY/M/D HH:mm:ss').replace(tzinfo=dateutil.tz.gettz(tz))