Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola
base: 8f6b81bb87ce
Choose a base ref
...
head repository: getnikola/nikola
compare: 81fad1cd7567
Choose a head ref
  • 2 commits
  • 21 files changed
  • 1 contributor

Commits on Jul 21, 2015

  1. Fixed compatibility problem with Web and Python’s isoformat() in UTC

    Use RFC 3339 internet profile of ISO 8601 for use with:
    * sitemaps files
    * Atom feeds
    * time[datetime] attributes
    
    Always use UTC time zone with sitemaps and increase precision to include
    hours, minutes, and (always zero) seconds. Use Zulu time zone delimiter
    ("Z") for UTC datetimes for compatibility.
    da2x committed Jul 21, 2015
    Copy the full SHA
    2df23fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81fad1c View commit details
    Browse the repository at this point in the history