BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
twocanbazza
Quartz | Level 8

Hi All.

Fogive me if I have posted in the wrong community.

We have recently implemented the SAS APM (Audit Performance Monitoring) tools and have run the reports, we are specifically interested in the Report Usage Data. 

While analysing the data I noticed the Report usage hours looked wrong (most of the report usage out of business hours).  Looking into his it seems that the JAVADATE read from the SASWebReportStudio4.3_KeyActions.log is GMT, how can one change this to the local time zone (when logged not analysed), not happy just adding 13hrs as we have daylight savings etc.

Any help greatly welcomed.

Regards

Barry

1 ACCEPTED SOLUTION

Accepted Solutions
twocanbazza
Quartz | Level 8

Techsupports Answer

The SAS Web Report Studio key action log can't have the timezone information set in the javadate field. This value is in Coordinated Universal Time (UTC) the reason is that UTC is the primary time standard by which the world regulates clocks and time.

The data and time fields thats are listed in the log are adjusted to the system time, they represent the same value as the UTC javadate field just displayed in the local timezone of the server.

For example

<javaDate>1328238257418</javaDate> UTC time == <date>3/02/12</date><time>2:04 PM</time> Australian Eastern Time

View solution in original post

1 REPLY 1
twocanbazza
Quartz | Level 8

Techsupports Answer

The SAS Web Report Studio key action log can't have the timezone information set in the javadate field. This value is in Coordinated Universal Time (UTC) the reason is that UTC is the primary time standard by which the world regulates clocks and time.

The data and time fields thats are listed in the log are adjusted to the system time, they represent the same value as the UTC javadate field just displayed in the local timezone of the server.

For example

<javaDate>1328238257418</javaDate> UTC time == <date>3/02/12</date><time>2:04 PM</time> Australian Eastern Time

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1382 views
  • 0 likes
  • 1 in conversation