From 561924db750cbb4e4c183f9616472ed9a5b0fc7f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 12 Aug 2026 00:19:10 +0900 Subject: docs(todo): retag TODO markers by root cause Co-Authored-By: Claude Opus 5 (1M context) --- crates/shirabe-php-shim/src/datetime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-php-shim/src/datetime.rs') diff --git a/crates/shirabe-php-shim/src/datetime.rs b/crates/shirabe-php-shim/src/datetime.rs index 6bab4afb..fd0348ff 100644 --- a/crates/shirabe-php-shim/src/datetime.rs +++ b/crates/shirabe-php-shim/src/datetime.rs @@ -142,7 +142,7 @@ pub fn date_default_timezone_set(tz: &str) -> bool { pub fn date(format: &str, timestamp: Option) -> String { let timestamp = timestamp.unwrap_or_else(time); - // TODO(phase-c): model the system default timezone. PHP `date()` renders in the default + // TODO(php-semantics): model the system default timezone. PHP `date()` renders in the default // timezone (usually the system's local zone); without a timezone database only "UTC" can be // resolved here, so on a non-UTC machine this diverges whenever the local date differs from // the UTC date (e.g. daily 00:00-09:00 JST). Fixing this needs a timezone database (a new -- cgit v1.3.1-4-g156e