Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@onetom
Copy link
Contributor

@onetom onetom commented Aug 18, 2021

Problem

clj-time is an overkill to compute and format a timestamp only once in the library.
This extra dependency can conflicts in bigger project, like a Datomic Cloud ion application, where the Datomic platform already assumes certain versions of dependencies.

Solution

Use the more modern java.time package instead of clj-time, which is a built-in, since Java 8.

@source-c source-c changed the base branch from master to trunk August 18, 2021 18:54
@source-c
Copy link
Owner

agree. thanks a lot.

@source-c source-c merged commit dd918b2 into source-c:trunk Aug 18, 2021
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.

2 participants