mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Converted to use Rails Time.zone only to honor app time zone
This commit is contained in:
parent
a42136268f
commit
e1041da50f
16 changed files with 34 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
Fabricator(:keyrelay) do
|
||||
pa_date { DateTime.now }
|
||||
pa_date { Time.zone.now }
|
||||
expiry_relative 'P1W'
|
||||
key_data_public_key 'abc'
|
||||
key_data_flags 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue