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

Added time to DateInterval #204

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Added time to DateInterval #204

wants to merge 1 commit into from

Conversation

jpnsantoss
Copy link

@jpnsantoss jpnsantoss commented Jan 4, 2024

[ATTENTION. This is the Pull Request Template. Replace the two following lines with the indicated information and delete this one. Do not delete anything else]

Closes #202

Added time to Date type from Date Interval, since it's needed for the events.

Review checklist

  • Behavior is as expected
  • Clean, well structured code
  • Properly documents API changes in the corresponding controller test
  • Contains enough appropriate tests
  • Changes are reflected in the Wiki if necessary

Copy link

github-actions bot commented Jan 4, 2024

Check the documentation preview: https://6596d871b4ad2a0696bb6325--niaefeup-backend-docs.netlify.app

@@ -17,7 +17,7 @@ server.error.whitelabel.enabled=false
# Jackson
spring.jackson.default-property-inclusion=non_null
spring.jackson.deserialization.fail-on-null-creator-properties=true
spring.jackson.date-format=dd-MM-yyyy
spring.jackson.date-format=dd-MM-yyyy HH:mm:ss
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of nitty gritty here, but because the plan here is to use these for event time, maybe we could use hours and minutes only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add event time to events
2 participants