[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

What format is $dirent->time() ?

From: Christopher H. Laco <claco_at_chrislaco.com>
Date: 2005-09-01 19:13:08 CEST

Using the SVN::Client to browse a repository, I use SVN::Client->ls to
fetch all items in a certain level.

For each item I can get the last mod time:

> =item $dirent-E<gt>time()
>
> Time of created_rev (mod-time).

This yields me roughly:

> 1125338412570734

The first half of that looks like seconds-since-epoch time:

> 1125594190

So what's tha rest of that data?

-=Chris

Received on Thu Sep 1 19:15:45 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.