Parse date and time from string with time zone using Arrow

后端 未结 4 2114
梦如初夏
梦如初夏 2021-02-20 12:08

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

4条回答
提交回复
热议问题