cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Time Zone for BluePrism?

Zi_MingFu
Level 4
I want to use function Now(). But the result is not right for our Time Zone I think.   So how can I fix that problem?
3 REPLIES 3

BPREPORT
Level 3
It depends what you are talking about.  For many data timestamps the Blue Prism product uses UTC time - which is a universal/global standard time used for global products.  For some other time logic within your solutions where you need to use local time - that is set based upon the local settings on your computer.

John__Carter
Staff
Staff
Maybe try adjusting by the time difference between UTC and your time zone, eg Now()+(LocalTime()-UTCTime())

Zi_MingFu
Level 4
Thanks for your answers.