Incorrect Modify/Change time stamp after upgrade to 2.0

The Modify/Change time stamp is incorrect after upgrade to OpenZFS on OS X 2.0 on macOS Big Sur 11.2.2. It works fine on regular APFS volume. This only happens on ZFS volume. "touch" command can update Modify time stamp. Could you share with me your suggestion?
Tests: Create time.txt using vi on both ZFS volume and APFS volume.
Time Zone: GMT+8
on ZFS volume
on APFS volume
Tests: Create time.txt using vi on both ZFS volume and APFS volume.
Time Zone: GMT+8
on ZFS volume
- Code: Select all
# stat -x time.txt
File: "time.txt"
Size: 0 FileType: Regular File
Mode: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 20/ staff)
Device: 52,24 Inode: 387 Links: 1
Access: Sun Mar 7 15:00:32 2021
Modify: Thu Jan 1 08:00:00 1970
Change: Thu Jan 1 08:00:00 1970
on APFS volume
- Code: Select all
# stat -x time.txt
File: "time.txt"
Size: 0 FileType: Regular File
Mode: (0644/-rw-r--r--) Uid: ( 502/ ai) Gid: ( 0/ wheel)
Device: 1,7 Inode: 29090330 Links: 1
Access: Sun Mar 7 14:59:52 2021
Modify: Sun Mar 7 14:59:52 2021
Change: Sun Mar 7 14:59:52 2021