# Part 1
# login to `Admin Console`
# go to {nav Configuration > Website > Regional} section
# change `Time Format` to the `g:i:s A` (adds seconds)
# save changes
# go to {nav Website & Content > Promo Blocks} section
# open new promo block adding page
# remeber value in `Created On` field
# close the form
# open new promo block adding page
# confirm, that current value in `Created On` field is larger, then remembered one
# Part 2
# go to `index.php` file
# in there after application is initialized:
* create empty object of `promo-block-group` unit (db item)
* store the value of `CreatedOn_date` field somewhere
* wait for 5 seconds (e.g. `sleep` method call)
* call the `->Clear();` on that object
* store the value of `CreatedOn_date` field somewhere
* confirm, that both stored values doesn't match (before they were matching)
* confirm, that 2nd stored value is larger then 1st stored value