Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `date()` function always returns `000000` for microseconds according to the documentation https://www.php.net/manual/en/datetime.format.php > Note that date() will always generate 000000 since it takes an int parameter, whereas DateTime::format() does support microseconds if DateTime was created with microseconds. So `getUniqueName()` doesn't return a very unique name
- Loading branch information