This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Timestamp in logs

Version: 3.216
In HTTP Proxy log the timestamp is as far as I can see in Julian format. 
Is there any way to get this timestamp in regular "decimal" way? 
Any help /tips would be appreciated!   


This thread was automatically locked due to age.
Parents Reply
  • I'm confused by what you're asking for--I'm sure it must be my own ignorance but how about translating?   

    In my SMTP log I find the following entry:

    May 28 16:56:21 (none) exim[14585]: 2003-05-28 16:56:21 19LAmH-0003nE-00 => (email address deleted for obvious reasons)

    I go back to my email client and I notice that, whadda ya know, I have an email sent out yesterday, May 28, at 4:56 pm local time, just like the logfile says!  What are you looking for that's different?

    Cheers,

    Dan   
Children
  • Maybe I can clarify on this. We are talking about two things here: timestamp in HTTP proxy log and SMTP log.

    There are no problems reading timestamps in any log file - exept for the HTTP proxy log.

    A part of what I do for a living is to install firewalls for individual companies - and some of them likes to view the logfiles themself from time to time. It is not possible for ordinary users to figure out what time a specific users accessed a specific page. I would like to have Astaro stamp the time in the HTTP proxy log file as it does on all the other logs. And I can't see, why this has to be so hard to get.

    Regards, Lars.  
  • The http proxy logfile use a unix timestamp which is based on the number of seconds that has past sine 01-01-1970. They are also in GMT based on your timezone. You can use the VB or VBA DateAdd function to determine actual date from the time stamps