rusackas commented on code in PR #28201:
URL: https://github.com/apache/superset/pull/28201#discussion_r1594933093
##########
superset-frontend/src/components/Table/Table.stories.tsx:
##########
@@ -593,19 +593,19 @@ const shoppingData: ShoppingData[] = [
{
key: 1,
item: 'Floppy Disk 10 pack',
- orderDate: Date.now(),
+ orderDate: new Date('2015-07-02T16:16:00Z').getTime(),
Review Comment:
Good question! I'll try to remember to look into it, but I'm not sure of one
offhand. I just picked the timestamp of Superset's first commit since it's
pretty arbitrary here. ¯\\\_(ツ)_/¯
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]