Nodes of different colours represent the following:
Solid arrows point from a submodule to the (sub)module which it is
descended from. Dashed arrows point from a module or program unit to
modules which it uses.
Converts 32-characters long ISO 8601/RFC 3339 time stamp to Unix
time stamp (Epoch). The function calls timegm() internally (not
in POSIX, but available since 4.3BSD), and then removes the time
zone offset. The returned Epoch is always in UTC. The output does
not contain microseconds.
The function returns E_INVALID if the given ISO 8601 time stamp
time is invalid. However, this function does not perform a full
validation of the time stamp for performance reasons. Make sure to
only pass valid time stamps. If the call to timegm() fails,
E_SYSTEM is returned.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.