Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

[Imported] Convert Local Time to UTC

EcoStruxure Geo SCADA Expert Forum

Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Remote Operations
  • EcoStruxure Geo SCADA Expert Forum
  • [Imported] Convert Local Time to UTC
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
sbeadle
Kirk sbeadle Kirk
308
AndrewScott
Admiral AndrewScott
97
BevanWeiss
Spock BevanWeiss
91
AdamWoodlandToo
Lt. Commander AdamWoodlandToo
37
View All
Related Products
product field
Schneider Electric
EcoStruxure™ Geo SCADA Expert

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to EcoStruxure Geo SCADA Expert Forum
sbeadle
Kirk sbeadle Kirk
Kirk

Posted: ‎2019-11-05 12:32 PM . Last Modified: ‎2023-05-03 12:37 AM

0 Likes
0
1255
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2019-11-05 12:32 PM . Last Modified: ‎2023-05-03 12:37 AM

[Imported] Convert Local Time to UTC

>>Message imported from previous forum - Category:Scripts and Tips<<
User: mchartrand, originally posted: 2018-10-23 17:18:01 Id:176
This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.

_________________

**_NIWTelemetry:
Hi
I am using the following script to populate a data table (user name, date and time) every time a user navigates to a mimic._**

_Sub Mimic_Load()
Dim SqlResult
Dim User
Dim SQL
Dim CurrentDTString
User = Server.UserName
CurrentDTString = CStr(DatePart("yyyy",Date))+"-"+Right("0"&DatePart("m",Date), 2)+"-"+Right("0"&DatePart("d",Date), 2)+" "+CStr(Time)
SQL = "INSERT INTO UseageTable VALUES ('"+ User +"',"+"timestamp'"+ CurrentDTString +"')"
Set SqlResult = Server.Query(SQL)
If SqlResult.Error Then
End If
End Sub_

**_Problem is everything works as expected but the time is always one hour ahead of local time. I need to convert Time to Local time and looking for some help please. Thanks._**

___________

hardin4019:
Hey Tony,

Pull up the help menu in CS and search "Script UTC to Local" and there is an example of how to change to local time you can put into an internal variable inside your script, then use that internal variable for the rest of your script.

___________

**_NIWTelemetry:
Hi Shawn
Thank you for the update. I made a slight error - I actually need to convert local time to UTC.
I have tried to use the 'LocalTimeToUTC' as below - but does not appear to work. Do you have any suggestions? Thanks._**

_Sub Mimic_Load()
Dim SqlResult
Dim User
Dim SQL
Dim CurrentDTString
User = Server.UserName
CurrentDTString = CStr(DatePart("yyyy",Date))+"-"+Right("0"&DatePart("m",Date), 2)+"-"+Right("0"&DatePart("d",Date), 2)+" "+CStr(LocalTimeToUTC(Time))
SQL = "INSERT INTO UseageTable VALUES ('"+ User +"',"+"timestamp'"+ CurrentDTString +"')"
Set SqlResult = Server.Query(SQL)
If SqlResult.Error Then
End If
End Sub_

___________________

bevanweiss:
Is there a reason that you're storing the DateTime as a string?
This would be considered bad database practise. The correct datatype for a DateTime value is of course a DateTime datatype... of which ClearSCADA datatables support this.
You should then be able to use an SQL builtin GETUTCTIME (I actually can't remember the name of the function...) to do the INSERT stuff.

_________________________


**_NIWTelemetry:
Hi
The DateTime is being picked up in a Crystal Report and I need it to be stored as a string for another purpose.
Interesting comment about GETUTCTIME - I will look into this. Thank you for your reply._**

_________________________

bevanweiss:
You can format a DateTime column as you like in Crystal Reports, no need to store it in the table as a string for that.
And your other purpose should be able to handle it as a DateTime format field also, best stored in UTC also (no Daylight Saving Time shifts).

GETUTCTIME was wrong, it should be {OPC 'NOW'}..

______________________

**_NIWTelemetry:
I've changed the code to use: LocalTimeToUTC(NOW) and its working just as i want. Thank you for your comments._**

Labels
  • Labels:
  • SCADA
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic
Replies 0
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of