Actions
Feature #154
closedAtomic operation to get date and time
Start date:
03/13/2017
Due date:
% Done:
100%
Estimated time:
Forum topic:
Description
Module Dates has GetDate and GetTime procedures. However it does not have GetDateTime procedure.
There is the risk that at the boundary of the day application will get previous day but the time will be 00:00:00 except of 23:59:59. So there will be one day back.
To prevent such case in applications with critical safety there should be atomistic operation for getting date and time.
There is the hook GetTime (OUT d: Date; OUT t: Time)* for this operation, so realization of this issue is trivial.
Updated by I. Denisov over 8 years ago
- Subject changed from Dates.GetDateTime to Atomic operation to get date and time
Updated by I. Denisov over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
Updated by I. Denisov over 8 years ago
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=41&t=604
Updated by I. Denisov over 8 years ago
- Forum topic changed from https://forum.blackboxframework.org/viewtopic.php?f=41&t=604 to test:https://forum.blackboxframework.org/viewtopic.php?f=41&t=604
Updated by I. Denisov over 8 years ago
- Forum topic changed from test:https://forum.blackboxframework.org/viewtopic.php?f=41&t=604 to f=41&t=604
Actions