Which time zone does date and time function ‘time’ represent?

Forums ProRealTime English forum ProRealTime platform support Which time zone does date and time function ‘time’ represent?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #171652

    I am creating a trading program for the first time. I want to ensure that the program runs only from 8am to 23.59 Singapore time.

    Will the time function ‘time’ represent my local time or GMT or some other time zone?

    If ‘time’ function represents my local time zone then i assume that the below code should be correct. Please confirm this as well

    MySchedule = time >= 080000 and time <= 235900 //8am to 11.59pm 

     

    Thank you in Advance 🙂

     

     

    #171653

    Yes it will represent your local time if you have the timezone set to your local time … same as I have on attached for my local time – UK / London

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login