Date time of a timezone

We are saving our date as 

  •  now()

and displaying in a grid as shown below 

  • a!gridTextColumn(label: "Added On", field: "createdDtm", data:datetext(index(local!docDataSubset.data,"createdDtm",{}),"MM/dd/yyyy hh:mm:ss")),

 

The user time zone is set to EDT . 

 

Our issue is the system displays some other time 4 hours behind the EDT . 

How can i display a date time of  a specific timezone using date functions 

 

Note : We only have internal  users from east coast , even  we can hard code the eastern time 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    As per my understanding, these functions displays the Server time as well as Date. Because of this Usually we find some differences between returned response by these functions and the Client System Date and Time, are you talking about Client machine Date and Time?

    For better understanding you can set an additional clock for EDT timezone then try doing the same to identify
Reply
  • 0
    Certified Lead Developer
    As per my understanding, these functions displays the Server time as well as Date. Because of this Usually we find some differences between returned response by these functions and the Client System Date and Time, are you talking about Client machine Date and Time?

    For better understanding you can set an additional clock for EDT timezone then try doing the same to identify
Children