Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FeedWriter.cs - use UtcNow for feed/updated timestamp (#2)
The timestamp in the <feed> <updated>TIMESTAMP</updated> ... </feed> element was generated via DateTime.Now but rendered with a Z (zulu) suffix. Corrected so that DateTime.UtcNow is used.
- Loading branch information