Skip to content

Commit 6b8796f

Browse files
authored
Update wpilib_release.py (#2150)
1 parent 91bcf98 commit 6b8796f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_extensions/wpilib_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run(self) -> List[nodes.Node]:
5959
)
6060

6161
generated_rst = f"""
62-
.. card:: {release["name"]} - {datetime.strptime('2023-01-04T17:53:55Z', '%Y-%m-%dT%H:%M:%SZ').strftime('%B %d, %Y')}
62+
.. card:: {release["name"]} - {datetime.strptime(release['published_at'], '%Y-%m-%dT%H:%M:%SZ').strftime('%B %d, %Y')}
6363
6464
WPILib Installer
6565
^^^

0 commit comments

Comments
 (0)