Expand my Community achievements bar.

I have a problem with the times being off when publishing to sites

Avatar

Level 1

The October SERS board Meeting reads 9:00am, I have it set for 10a-12p. Link and screenshots below. On the November 22 meeting it appears correct but on the properties page for me it shows 2p-4p, so I’m not sure what is going on with it.

 

I added some more dates today and some of them worked properly and some I had to put incorrect times for them to display properly, there doesn’t appear to be any rhyme or reason to it!

6 Replies

Avatar

Community Advisor

HI @KyleOr 

What page property are you suing to read time?

 

// Get the cq:lastModified and cq:lastReplicated values as Calendar objects
Calendar lastModified = valueMap.get("cq:lastModified", Calendar.class);
Calendar lastReplicated = valueMap.get("cq:lastReplicated", Calendar.class);

 



Arun Patidar

Avatar

Level 1

I'll check but do I just run that in a command line? 

Avatar

Community Advisor

Hi @KyleOr 
You need to check the following page properties from CRXDE

cq:lastModified
cq:lastReplicated

 



Arun Patidar

Avatar

Level 1

"You need to check the following page properties from CRXDE" 
I'm sorry but I don't know what this is? 
Is there a missing link?

Avatar

Community Advisor

Hi @KyleOr 

Can you share the HTL / Sightly code, without looking into implementation won't be able to help.

If you are using any OOTB Adobe feature to configure and display Meeting date/time , let us know.



Arun Patidar

Avatar

Level 1

I'm working with the end user on this problem. 

It's still a problem but only when we use citrix via the web to key in the meetings. 

We're happy to do some tests but none of the options above look like help, it's just a bunch of code that we don't know how to run to check.