How to convert eTPasswordUpdateTime and eTPasswordUpdateDate to human readable format
search cancel

How to convert eTPasswordUpdateTime and eTPasswordUpdateDate to human readable format

book

Article ID: 246416

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Suite

Issue/Introduction

I would like to know how to read the information stored in eTPasswordUpdateTime eTPasswordUpdateDate.

example:

eTPasswordUpdateTime = 0006337200

eTPasswordUpdateDate = 0000121348

 

 

Environment

Release : 14.3, 14.4

Component : Identity Manager

Resolution

For eTPasswordUpdateDate it's:

The first 3 digits (i.e. 116) are the number of years since 1900 (i.e. 2016) and the next three digits (i.e. 357) are the number of days into the year (i.e. Dec 22).

eTPasswordUpdateDate = 0000121348

121 years after 1900 means 2021

348th day of the year December 14th

 

For eTPasswordUpdateTime it's:

How many 1/100 of seconds passed since 00:00.

eTPasswordUpdateTime = 0006337200 would mean: 17 hrs 36 min 12 sec