Skip to content

Commit 63bc37c

Browse files
authored
Merge pull request #3 from claui/xdate
Use GNU date instead of xdate
2 parents a47ec8c + 7beafb1 commit 63bc37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/znaphodl.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function __znaphodl {
264264
echo >&2 "Setting property" \
265265
"${last_query_timestamp_property_name}"
266266
sudo zfs set \
267-
"${last_query_timestamp_property_name}=$(xdate '+%F %X')" \
267+
"${last_query_timestamp_property_name}=$(date '+%F %X')" \
268268
"${source_dataset}"
269269

270270
space_available_property_name="${PROPERTY_NAMESPACE}`

0 commit comments

Comments
 (0)