mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 19:08:28 -06:00
Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
5
Dependencies/Python/tcl/tcl8.6/tzdata/Chile/Continental
vendored
Normal file
5
Dependencies/Python/tcl/tcl8.6/tzdata/Chile/Continental
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Santiago)]} {
|
||||
LoadTimeZoneFile America/Santiago
|
||||
}
|
||||
set TZData(:Chile/Continental) $TZData(:America/Santiago)
|
5
Dependencies/Python/tcl/tcl8.6/tzdata/Chile/EasterIsland
vendored
Normal file
5
Dependencies/Python/tcl/tcl8.6/tzdata/Chile/EasterIsland
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(Pacific/Easter)]} {
|
||||
LoadTimeZoneFile Pacific/Easter
|
||||
}
|
||||
set TZData(:Chile/EasterIsland) $TZData(:Pacific/Easter)
|
Reference in New Issue
Block a user