Examples such as AddCampaigns.java use System.currentTimeMillis() to generate random names. This is somewhat useful, but is there an approach we could take to make these names human-readable? For example, if we used yyyyMMdd_HH:mm:ss in UTC, then users could easily identify when they ran each example or identify the most recently created objects.
Examples such as AddCampaigns.java use
System.currentTimeMillis()to generate random names. This is somewhat useful, but is there an approach we could take to make these names human-readable? For example, if we usedyyyyMMdd_HH:mm:ssin UTC, then users could easily identify when they ran each example or identify the most recently created objects.