<#360 Feat: Add pod start and finish time in RFC33...
# flyte-github
a
#360 Feat: Add pod start and finish time in RFC3339 time format to logging link templating variables #minor Pull request opened by fg91 TL;DR Currently, the the pod start and finish time in unix time format (seconds since 1970) can be used to template logging links. This time format cannot be used in combination with google cloud logging. Instead, GCP logging requires timestamps in RFC3339 format:
Copy code
timestamp >= "2016-11-29T23:00:00Z"
timestamp <= "2016-11-29T23:30:00Z"
This PR adds the pod start and finish time in this format to the variables available for templating logging links. Type ☐ Bug Fix ☑︎ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☑︎ Unit tests added ☑︎ Code documentation added: flyteorg/flytesnacks#998 ☑︎ Any pending items have an associated Issue Complete description NA Tracking Issue NA Follow-up issue NA flyteorg/flyteplugins All checks have passed 7/7 successful checks