We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adjust
Main
1 parent 3c94099 commit 5447110Copy full SHA for 5447110
test/http_helpers.jl
@@ -13,8 +13,8 @@ function test_server()
13
add_entry(x509_name, "ST", "Isles of Redmond")
14
add_entry(x509_name, "CN", "www.redmond.com")
15
16
- adjust(x509_certificate.time_not_before, Second(0))
17
- adjust(x509_certificate.time_not_after, Year(1))
+ Dates.adjust(x509_certificate.time_not_before, Second(0))
+ Dates.adjust(x509_certificate.time_not_after, Year(1))
18
19
x509_certificate.subject_name = x509_name
20
x509_certificate.issuer_name = x509_name
0 commit comments