
There are currently 7 posts.
![]() |
此bug依然存在。
|
![]() |
巨大八爪鱼
1/6/26 16:15
oct1158@fedora:~/Documents$ timedatectl
Local time: Tue 2026-01-06 16:11:03 CST Universal time: Tue 2026-01-06 08:11:03 UTC RTC time: Tue 2026-01-06 16:11:03 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: yes NTP service: active RTC in local TZ: yes Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'. oct1158@fedora:~/Documents$ sudo timedatectl set-local-rtc 0 [sudo] password for oct1158: oct1158@fedora:~/Documents$ timedatectl Local time: Tue 2026-01-06 16:11:49 CST Universal time: Tue 2026-01-06 08:11:49 UTC RTC time: Tue 2026-01-06 08:11:49 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: yes NTP service: active RTC in local TZ: no oct1158@fedora:~/Documents$ |
![]() |
巨大八爪鱼
1/6/26 16:18
回復 @巨大八爪魚:上次是在帖子查看頁出問題,這次是在侃吧瀏覽頁出問題。
|
![]() |
巨大八爪鱼
1/6/26 20:50
oct1158@fedora:~/Documents$ timedatectl
Local time: Tue 2026-01-06 16:11:03 CST Universal time: Tue 2026-01-06 08:11:03 UTC RTC time: Tue 2026-01-06 16:11:03 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: yes NTP service: active RTC in local TZ: yes Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'. oct1158@fedora:~/Documents$ sudo timedatectl set-local-rtc 0 [sudo] password for oct1158: oct1158@fedora:~/Documents$ timedatectl Local time: Tue 2026-01-06 16:11:49 CST Universal time: Tue 2026-01-06 08:11:49 UTC RTC time: Tue 2026-01-06 08:11:49 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: yes NTP service: active RTC in local TZ: no oct1158@fedora:~/Documents$ |
![]() |
巨大八爪鱼
1/6/26 20:50
已解決。
|
![]() |
回復 @巨大八爪魚:原因是正則表達式替換前,沒有執行Matcher.quoteRepleacement,導致IlligalArgumentException。
|
![]() |
明天最好還是檢查一下preg_replace有沒有類似的隱患。
|