On Wed, Nov 9, 2011 at 10:42 PM, mdb <[email protected]> wrote:
> 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.

That is true for nodes in @auto trees, they get made anew when
Leo imports. The gnx persists the life of the node for regular nodes.

> 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.
>
>

-- 
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