Thanks I did not know about gnx.  Your gnx2tuple( function makes it
easy  to create a datetime object

def gnx2datetime(gnx):
    import datetime
    (year, month, day, hour, minute, second) = gnx2tuple(gnx)
    dx= datetime.datetime(year, month, day, hour, minute, second)
    return dx

However, after a few experiments, I believe the date is from when
the .leo file was opened.
This helps in analyzing old .leo outlines but not exactly what I
desired for my intention.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to