Replacement for SVNTimeUtil

View: New views
1 Messages — Rating Filter:   Alert me  

Replacement for SVNTimeUtil

by Zsolt Koppany :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

in the latest svnkit SVNTimeUtil is not available. How should I replace
the code below?

protected Date getSvnDate(Date date) throws Exception {
        return SVNDate.parseDatestamp(SVNTimeUtil.formatDate(date));
}


Zsolt