Forum Discussion
DavidNewberger
10 years agoNew Contributor
I'm looking for it to generate something like this:
{
"date": 1458564164, //local dateTime
"dateUTC": 1458582164 //UTC dateTime
}AlexeyKryuchkov
Alumni
10 years agoHi,
It doesn't look like there's a straightforward way to generate such an object using LoadComplete features - the Custom String generator doesn't provide means to store date/time for further conversion. So, it looks like the best solution will be to generate such objects outside of LoadComplete and store them in one of the supported formats (CSV, Excel or DB).