Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ZonedDateTime Type #190

Open
eeverman opened this issue Mar 29, 2017 · 0 comments
Open

Add ZonedDateTime Type #190

eeverman opened this issue Mar 29, 2017 · 0 comments
Labels
enhancement good first issue Hacktoberfest Anyone can take - Especially Hacktober people help wanted
Milestone

Comments

@eeverman
Copy link
Owner

eeverman commented Mar 29, 2017

There is already a LocalDateTime, so task is a lot of copy/paste.

If you are unfamiliar with the project, please look over the AndHow Site to get a basic understanding of what AndHow is, in particular, how Properties are used.

For this task:

  • Be sure to work from the main branch
  • Create a new ZonedDateTimeType, similar to LocalDateTimeType except based on ZonedDateTime.
  • Create a new ZonedDateTimeValidator, similar to LocalDateTimeValidator, but using the ZonedDateTime type.
  • Create a new ZonedDateTimeProp, similar to LocalDateTimeProp, except using your new ZonedDateTimeType and ZonedDateTimeValidator, and basically replacing references to LocalDateTime to ZonedDateTime.
  • Create new tests for each class (can be copied from existing test classes)
@eeverman eeverman added this to the 0.3.1 milestone Mar 29, 2017
@eeverman eeverman modified the milestones: 0.3.1, 0.3.2, 0.3.3 Mar 31, 2017
@eeverman eeverman modified the milestones: 0.3.3, 0.4.x Jul 19, 2017
@eeverman eeverman modified the milestones: 0.4.x, 0.5.x Oct 25, 2021
@eeverman eeverman modified the milestones: 1.5.1, Next Next Dot Oct 11, 2022
@eeverman eeverman added enhancement help wanted good first issue Hacktoberfest Anyone can take - Especially Hacktober people labels Oct 11, 2022
@eeverman eeverman modified the milestones: Next Next Dot, 1.5.1 Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Hacktoberfest Anyone can take - Especially Hacktober people help wanted
Projects
None yet
Development

No branches or pull requests

1 participant