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