You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @todo #6 choose better created_at postgres-format (with or without TZ).
// Also think of ZonedDateTime in createdAt field.
// ZonedDateTime + timestamptz seems the best way.
// - Test changing of postgres server timezone.
// - Test changing of hibernate.time_zone property.
// - Test changing of JVM timezone.
// In all of these cases there MUST be valid timestamptz in postgres.
// In all of these cases there MUST be valid ZonedDateTime in code.
The puzzle was created by Maksim Iakunin on 13-Apr-20.
role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered:
* #6 - `Stars-up` bot: work in progress
* #6 - Changing puzzles format according to pdd
* #6 - Integration tests for StarsUp bot
* #6 - Another more integration tests for StarsUp bot
* #6 - StarsUp big methods decomposition
The puzzle
6-af8b3d4f
from #6 has to be resolved:codexia-bot/src/main/java/dev/iakunin/codexiabot/common/entity/AbstractEntity.java
Lines 36 to 43 in 12b0267
The puzzle was created by Maksim Iakunin on 13-Apr-20.
role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: