.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Rio_Branco)]} {
|
||||
LoadTimeZoneFile America/Rio_Branco
|
||||
}
|
||||
set TZData(:Brazil/Acre) $TZData(:America/Rio_Branco)
|
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Noronha)]} {
|
||||
LoadTimeZoneFile America/Noronha
|
||||
}
|
||||
set TZData(:Brazil/DeNoronha) $TZData(:America/Noronha)
|
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Sao_Paulo)]} {
|
||||
LoadTimeZoneFile America/Sao_Paulo
|
||||
}
|
||||
set TZData(:Brazil/East) $TZData(:America/Sao_Paulo)
|
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Manaus)]} {
|
||||
LoadTimeZoneFile America/Manaus
|
||||
}
|
||||
set TZData(:Brazil/West) $TZData(:America/Manaus)
|
Reference in New Issue
Block a user