Re: [classad-users] eval method


Date: Tue, 25 Jun 2002 13:48:36 -0500 (CDT)
From: Rajesh Raman <dr_rajesh_raman@xxxxxxxxx>
Subject: Re: [classad-users] eval method
If you just want to insert the current time:

 ad.InsertAttr( "pippo", Literal::MakeAbsTime( ) );

(The default param of MakeAbsTime will ensure that 
the current time gets inserted)

++Rajesh

--- Nicholas Coleman <ncoleman@xxxxxxxxxxx> wrote:
...
> Of course you could avoid all that by doing:
> 
> time( timeval )
> timeExpr = MakeAbsTime( timeval );
> ad.InsertAttr( "pippo", timeExpr );
...


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
Condor Classads Info:
http://www.cs.wisc.edu/condor/classad/




[← Prev in Thread] Current Thread [Next in Thread→]