Uploaded image for project: 'Apache Roller'
  1. Apache Roller
  2. ROL-498

RSS pubdates are incorrect for

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.0RC1
    • Newsfeeds (RSS & Atom)
    • None

    Description

      The pubDates in the RSS feeds are all showing AM times due to an error in the org.roller.util.DateUtil class.

      private static final SimpleDateFormat mFormatRfc822 =
      new SimpleDateFormat("EEE, d MMM yyyy hh:mm:ss z");

      Should be...

      private static final SimpleDateFormat mFormatRfc822 =
      new SimpleDateFormat("EEE, d MMM yyyy HH:mm:ss z");

      with capital HHs.

      Attachments

        Activity

          People

            djohnson David Johnson
            dgynn Dave Gynn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: