gbkannan89 opened a new pull request, #7596:
URL: https://github.com/apache/trafficcontrol/pull/7596

   Closes: [#19592](https://ccp.sys.comcast.net/browse/CDN-19592)
   Related: https://github.com/apache/trafficcontrol/issues/5911
   
   Fixes `federation_resolver` v5 apis to respond with `RFC3339` date/time 
Format.
   <hr/>
   
   ## Which Traffic Control components are affected by this PR?
   - Documentation
   - Traffic Ops
   
   ## What is the best way to verify this PR?
   Make Api calls to types 5.0
   
   Ferderation Resolver to Use RFC3339 Format
   
   ```curl --request GET \
     --url https://localhost:8443/api/5.0/federation_resolvers
   
   
   { 
     "response": [
          {
                "id": 1,
                "ipAddress": "::1/1",
                "lastUpdated": "2019-11-06T15:18:14.952814+05:30",
                "type": "RESOLVE6"
        }
     ]
   }
   ```
   
   
   ## If this is a bugfix, which Traffic Control versions contained the bug?
   -7.0.1
   
   
   ## PR submission checklist
   - [x] This PR has tests <!-- If not, please delete this text and explain why 
this PR does not need tests. -->
   - [x] This PR has documentation <!-- If not, please delete this text and 
explain why this PR does not need documentation. -->
   - [x] This PR has a CHANGELOG.md entry <!-- A fix for a bug from an ATC 
release, an improvement, or a new feature should have a changelog entry. -->
   - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the 
Apache Software Foundation's security guidelines](https://apache.org/security) 
for details)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to