lib/testlab/provisioners/templates/bind/bind-db.erb in testlab-0.9.1 vs lib/testlab/provisioners/templates/bind/bind-db.erb in testlab-1.0.0
- old
+ new
@@ -1,7 +1,7 @@
$TTL 1d
@ IN SOA localhost. root.localhost. (
- <%= Time.now.to_i %> ; Serial
+ <%= Time.now.utc.to_i %> ; Serial
1w ; Refresh
1d ; Retry
4w ; Expire
1d ) ; Negative Cache TTL
;