Properties Screen time stamp

SUGGESTED

We will like to change the time stamp on the properties screen for any give record ( SO, Po, Users, etc.) . It is showing the time of creation and/or update using the GMT time. We will like to set it to show the actual time (PST) . Is there a parameter for this? Any help will be appreciated.

Parents Reply Children
  • 0 in reply to Jeremy Rosenbaum
    SUGGESTED

    This is old but maybe my comment is useful for someone in the community. 

    I try this what Rod comment here, but when i used that formula the result was the actual time even if i replace the 'date$' for the date field on Sage. So, i tried something more 'manual' but it works for me.

    This is an example that i used for the BPC object: 

    format$("YYYY[-]MM[-]DD[T ]", [F:BPC]UPDDATTIM)+num$(val(format$("hh",[F:BPC]UPDDATTIM))-3)+':'+format$("mm",[F:BPC]UPDDATTIM)+':'+format$("ss",[F:BPC]UPDDATTIM)

    I use this formula in the GESAOP function, for the 'Properties' of the object.