Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saltcod committed Oct 26, 2023
1 parent fc0ac99 commit b407220
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ new Vue({
{
name: "Pacific",
location: "America/Vancouver",
cities: ["NorCal", "SoCal", "General Cal", "Portland"],
cities: ["Vancouver", "Portland", "San Francisco"],
currentTime: "",
diffTime: moment()
.tz("America/Vancouver")
.format("LT")
},
{
name: "Mountain",
location: "America/Phoenix",
cities: ["Utah", "Denver", "Phoenix", "Jackson"],
location: "America/Edmonton",
cities: ["Calgary"],
currentTime: "",
diffTime: moment()
.tz("America/Phoenix")
.tz("America/Edmonton")
.format("LT")
},
{
Expand Down Expand Up @@ -58,15 +58,6 @@ new Vue({
.tz("America/St_Johns")
.format("LT")
},
{
name: "Uruguay",
location: "America/Montevideo",
cities: [],
currentTime: "",
diffTime: moment()
.tz("America/Montevideo")
.format("LT")
},
{
name: "United Kingdom",
location: "Europe/London",
Expand Down Expand Up @@ -106,19 +97,10 @@ new Vue({
{
name: "India",
location: "Asia/Calcutta",
cities: ['Chennai', 'Mumbai', 'Pune', ],
currentTime: "",
diffTime: moment()
.tz("Asia/Calcutta")
.format("LT")
},
{
name: "Jakarta",
location: "Asia/Jakarta",
cities: [],
currentTime: "",
diffTime: moment()
.tz("Asia/Jakarta")
.tz("Asia/Calcutta")
.format("LT")
},
{
Expand Down

0 comments on commit b407220

Please sign in to comment.