Skip to content

Commit 3800a7e

Browse files
Adds documentation about how to update time zone data
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent 38dfb0d commit 3800a7e

File tree

341 files changed

+1023
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+1023
-0
lines changed

Sources/Calendar/VTimeZone.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ abstract class VTimeZone
3131
* @var array
3232
*
3333
* Links deprecated time zone identifiers to their canonical values.
34+
*
35+
* Developers: Do not update the data in this array manually. Instead,
36+
* run "php -f other/update_timezones.php" on the command line.
3437
*/
3538
public const CANONICAL_LINKS = [
3639
'Africa/Accra' => 'Africa/Abidjan',

Sources/Calendar/VTimeZones/Africa/Abidjan.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Abidjan extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Algiers.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Algiers extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Bissau.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Bissau extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Cairo.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Cairo extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Casablanca.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Casablanca extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Ceuta.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Ceuta extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/El_Aaiun.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class El_Aaiun extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Johannesburg.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Johannesburg extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

Sources/Calendar/VTimeZones/Africa/Juba.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ class Juba extends \SMF\Calendar\VTimeZone
3535
* @var array
3636
*
3737
* Data for the VTIMEZONE components.
38+
*
39+
* Developers: Do not update the data in this array manually. Instead,
40+
* run "php -f other/update_timezones.php" on the command line.
3841
*/
3942
public array $components = [
4043
0 => [

0 commit comments

Comments
 (0)