Hello Andrew! your proposal is quite close to my implementation. What is missing in your proposal is the handling of durations.
>>localtime() >> Returns the current local calendar time (volatile). This function I called now(). It should return seconds since 1970-01-01T00:00:00Z as numeric. Time zone dependencies should only exist in the external representation. This is why I created two functions to convert time in seconds since 1970 to a string representation which i called: localtime( t, fmt) gmtime( t, fmt) Best regards Xypron -- View this message in context: http://www.nabble.com/Time-conversion-functions-tp20549985p20616761.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
