iphone simulator(10.3) time not showing according to timezone in mac OS (10.13)

你。 提交于 2019-12-22 18:35:10

问题


I have update my mac os to 10.13 beta version now it showing GMT time for my old simulator with ios version 10.3. its not displaying as per mytimezone(IST). even after reset it and region change of simulator its continuous showing GMT time only.


回答1:


Apple says there are currently no plans to fix this, as per http://www.openradar.me/34812060




回答2:


This fixed for me :

export TIMEZONE="Australia/Sydney"
sudo rm -rf /etc/localtime 
sudo ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime 


来源:https://stackoverflow.com/questions/46253736/iphone-simulator10-3-time-not-showing-according-to-timezone-in-mac-os-10-13

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!