Class NoteDbUtil


  • public class NoteDbUtil
    extends Object
    • Method Detail

      • parseIdent

        public static Optional<Account.Id> parseIdent​(org.eclipse.jgit.lib.PersonIdent ident,
                                                      String serverId)
        Returns an AccountId for the given email address. Returns empty if the address isn't on this server.
      • formatTime

        public static String formatTime​(org.eclipse.jgit.lib.PersonIdent ident,
                                        Timestamp t)