如何在C#中实现这样的事情:
string timeZone = "Fiji Time";
TimeZoneInfo timeZoneInfo = TimeZoneInfo.FindSystemTimeZoneById(timeZone);
DateTime dateTimeNowInFiji = new DateTime(timeZoneInfo).Now;
答案 0 :(得分:1)
RedirectMatch 301 https://something.com/wordpress/wp-content/themes/mytheme/css/$1 https://something.com/wordpress/assets/(.*)
NB。为了完成这项工作,我需要为TimeZone id将“斐济时间”更改为“斐济标准时间”。
答案 1 :(得分:0)
C#:
{{1}}