How to get the timestamp in OpenZeppelin Test Environment?

How to get the timestamp in test file using openzeppelin test environment.

1 Like

Hi @shakeib98,

You could have a look at the time functionality in OpenZeppelin Test Helpers: https://docs.openzeppelin.com/test-helpers/0.5/api#time

Otherwise if you can provide more details on what you are after?