|
Demo
Discussion
|
Forum
Config Examples
Contributions
Vulnerabilities
|
Discussion forum about ELOG |
Not logged in |
 |
|
|
Message ID: 67427
Entry time: Mon Jan 14 13:33:19 2013
In reply to: 67426
|
Icon: |
|
Author: |
Yoshio Imai |
Author Email: |
$user_email |
|
Category: |
Question |
OS: |
Windows |
ELOG Version: |
2.7.8 |
|
Subject: |
Re: Dual Time display and entry times |
|
|
Depending on whether I understand your requirement correctly, the following solution should work:
- define an additional logbook attribute, say "UTC Date"
- preset it on entry creation and submission with the UTC timestamp (cf. section "Attributes" of the ELog configuration guide):
Preset UTC Date = $utcdate
Subst UTC Date = $utcdate - prevent the attribute from being changed manually by adding it to the
Locked Attributes = < ... > andFixed Attributes Edit = < ... > lists, respectively.
You may also have to add it to theRemove on reply = < ... > list if replies turn out to keep the "UTC Date" value of the original entry.
Regards, |