Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

204
Views
Adding a script in Excel but showing Local format displaying incorrectly

Using Power automate to run a script which works fine but I need to run it in UTC time and date format (Singapore)

using a script I found here

function main(workbook: ExcelScript.Workbook) {
  let worksheet = workbook.getWorksheet("Sheet1");

  // Get the cells at A1 and B1.
  let dateRange = worksheet.getRange("P17");
  let timeRange = worksheet.getRange("Q17");

  let date = new Date(Date.now() + (3600 * 1000 * 0));

  dateRange.setValue(date.toLocaleDateString());

  timeRange.setValue(date.toLocaleTimeString());

}

I need to change it away from local time as that is in American format plus 3 hours Perth Vs Sydney

thank you

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!