Skip to content

Commit

Permalink
(fix) Change timezone for calendar add to PST
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg2107 committed Aug 26, 2016
1 parent cb8a507 commit 122c787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/calendarInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class CalendarInput {

convertTime(datetime) {
var newdate = datetime.replace(/ /i, 'T');
newdate = newdate + '-07:00';
newdate = newdate + '-00:00';
return newdate;
}
addEvent() {
Expand Down

0 comments on commit 122c787

Please sign in to comment.