Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update time #14

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "event test"
  • Loading branch information
rishirajs123 committed Nov 30, 2023
commit 4c9c59f4964f8226e63374c046f72ff4d789a4b5
2 changes: 0 additions & 2 deletions conf/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ let date = new Date();
// convert to IST
let istDate = new Date(date.toLocaleString('en-US', {timeZone: 'Asia/Kolkata'}));

istDate.setMinutes(istDate.getMinutes() + 15);

let year = istDate.getFullYear();
let month = ('0' + (istDate.getMonth()+1)).slice(-2); // months are zero indexed
let day = ('0' + istDate.getDate()).slice(-2);
Expand Down
Loading