Skip to content

Commit

Permalink
Merge pull request #306 from ServiceNowDevProgram/wiz0floyd-patch-1
Browse files Browse the repository at this point in the history
Update What time is it.js
  • Loading branch information
earlduque authored Jan 23, 2024
2 parents b013cb0 + 2a05e1d commit 9b8684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parsers/What time is it.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var tza = getTimeZoneArray();
var endText = "";

if (astrid) {
tz = "Australia/Brisbane";
tz = "Australia/Sydney";
endText = "Astrid time!";
}
else
Expand Down

0 comments on commit 9b8684f

Please sign in to comment.