Shihao Yu

Results 2 issues of Shihao Yu

I added `connectToStores` in the config, and in one file i have one like `export default connectToStores(ApplicationEdit);` the reason seems to be: the regex never matches when you have high...

**Describe the bug** I am seeing different results when passing in unix timestamps and iso string. `1596265200000` is `2020-08-01` at that timezone. ``` dayjs.tz(1596265200000, 'America/Los_Angeles').format() "2020-08-01T00:00:00-08:00" dayjs.tz('2020-08-01', 'America/Los_Angeles').format() "2020-08-01T00:00:00-07:00" dayjs('2020-08-01').tz('America/Los_Angeles').format()...