> If you only need an integer timestamp of the current time, you can cast
> a time_t value, e.g.
> 
>       long t = (long) time_t ();

Better not to use a sledge hammer to swat a fly huh! that's a lot easier
thanks :)

BR,
 K

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to