public class NoteDbUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
formatTime(org.eclipse.jgit.lib.PersonIdent ident,
java.sql.Timestamp t) |
static java.util.Optional<Account.Id> |
parseIdent(org.eclipse.jgit.lib.PersonIdent ident,
java.lang.String serverId)
Returns an AccountId for the given email address.
|
public static java.util.Optional<Account.Id> parseIdent(org.eclipse.jgit.lib.PersonIdent ident, java.lang.String serverId)
public static java.lang.String formatTime(org.eclipse.jgit.lib.PersonIdent ident, java.sql.Timestamp t)