Skip to content

Commit

Permalink
Use the short form for UTC like we do everywhere else in Horde.
Browse files Browse the repository at this point in the history
Fixes a number of tests and equality checks where we compare against
UTC explicitly.
  • Loading branch information
mrubinsk committed Apr 10, 2016
1 parent e1c7d34 commit 8d3c9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/Date/lib/Horde/Date.php
Expand Up @@ -355,10 +355,10 @@ class Horde_Date
'US/Mountain' => 'America/Denver',
'US/Pacific' => 'America/Los_Angeles',
'US/Samoa' => 'Pacific/Pago_Pago',
'UTC' => 'Etc/UTC',
'Universal' => 'Etc/UTC',
'UTC' => 'UTC',
'Universal' => 'UTC',
'W-SU' => 'Europe/Moscow',
'Zulu' => 'Etc/UTC',
'Zulu' => 'UTC',
);

/**
Expand Down

0 comments on commit 8d3c9e2

Please sign in to comment.