zhangchunlin
zhangchunlin
正美mmRouter啥时候开始改了吱一生哈,我这里可以配合测试, :)
最新的已经解决这个问题了吗? 我来测试看看
奇怪了,我这里ie8/chrome/firefox全测过了都能重现阿,下拉的那些 name \* 都是有时候出现有时候不出现
上面发错issue了
这个问题我用最新的测试过了还是不能正常工作(对于 #/mmRouter%2Favalon_spa_example%2Fnbproject 这种锚点)
我这做的是一个文件目录浏览,里面就是会有空格和中文的阿...
那就是说我本机的 http 代理也是应该可以直接使用的对吗? 但是实际设置了 http://127.0.0.1:7788/ 以后是不能用的 错误信息 ```
Yes, I also found the problem: ``` def test40(): from datetime import datetime import pendulum g8 = pendulum.timezone('Etc/GMT+8') print(g8) print(datetime(2011, 9, 13, 20, 14, 15,tzinfo=g8)) sh = pendulum.timezone('Asia/Shanghai') print(sh) print(datetime(2011,...
@jtrakk Could you explain the detail? Because 'Asia/Shanghai' is in 'Etc/GMT+8', so the result should be the same, right?
@jtrakk Thank you for your information! the full list can be seen here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones In my application, I will filter to ignore these confusing timezone names.