crane: Add timestamp to flatten layer#1974
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
7bb1f47 to
0aa305c
Compare
|
Fixes #1996. |
|
This Pull Request is stale because it has been open for 90 days with |
|
@imjasonh @thesayyn @jonjohnsonjr Would you have some time to review this minor fix? Much appreciated. |
|
This Pull Request is stale because it has been open for 90 days with |
|
Hi! I wanted to open a similar issue/PR. @jonjohnsonjr @Subserial @imjasonh Mind reviewing this so these changes can be merged (much appreciated)? |
|
I'm going to close this as #2117 does the exact same. |
When flattening an image the blob's
createdfield is the same as the original image's, while the flattened layer'screatedfield is a zero timestamp. This makes it impossible to figure out when was the flattened image actually created and distinguish it from the original.Set both fields to the current time.