Skip to content

Rename ZonedDateTime methods#288

Merged
w3stling merged 3 commits intomasterfrom
refactor/rename-zoned-date-time-methods
Nov 30, 2025
Merged

Rename ZonedDateTime methods#288
w3stling merged 3 commits intomasterfrom
refactor/rename-zoned-date-time-methods

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Nov 30, 2025

Renamed four getter methods that return ZonedDateTime to follow the <MethodName>As<Type> naming pattern used elsewhere in the codebase.

The old method names are still available, but they are annotated as deprecated and will be removed in a future version.

Affected methods in Item class:
getPubDateZonedDateTime -> getPubDateAsZonedDateTime
getUpdatedZonedDateTime -> getUpdatedAsZonedDateTime

Affected methods in Channel class:
getPubDateZonedDateTime -> getPubDateAsZonedDateTime
getLastBuildDateZonedDateTime -> getLastBuildDateAsZonedDateTime

@github-actions
Copy link

github-actions bot commented Nov 30, 2025

Test Results

 13 files   13 suites   24s ⏱️
311 tests 309 ✅ 2 💤 0 ❌
319 runs  317 ✅ 2 💤 0 ❌

Results for commit b85519f.

♻️ This comment has been updated with latest results.

@sonarqubecloud
Copy link

@w3stling w3stling merged commit bd99a11 into master Nov 30, 2025
7 checks passed
@w3stling w3stling deleted the refactor/rename-zoned-date-time-methods branch November 30, 2025 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant