File tree 1 file changed +6
-6
lines changed
include/public/coherence/io/pof
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2000, 2020 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2000, 2024 , Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
- * http ://oss.oracle.com/licenses/upl.
5
+ * https ://oss.oracle.com/licenses/upl.
6
6
*/
7
7
#ifndef COH_POF_HELPER_HPP
8
8
#define COH_POF_HELPER_HPP
@@ -456,10 +456,10 @@ class COH_EXPORT PofHelper
456
456
* Format a time using the simplest applicable of the following
457
457
* formats:
458
458
* <ol>
459
- * <li><tt>HH:MM± HH:MM</tt></li>
460
- * <li><tt>HH:MM:SS± HH:MM</tt></li>
461
- * <li><tt>HH:MM:SS.MMM± HH:MM</tt></li>
462
- * <li><tt>HH:MM:SS.NNNNNNNNN± HH:MM</tt></li>
459
+ * <li><tt>HH:MM(+|-) HH:MM</tt></li>
460
+ * <li><tt>HH:MM:SS(+|-) HH:MM</tt></li>
461
+ * <li><tt>HH:MM:SS.MMM(+|-) HH:MM</tt></li>
462
+ * <li><tt>HH:MM:SS.NNNNNNNNN(+|-) HH:MM</tt></li>
463
463
* </ol>
464
464
*
465
465
* @param nHour the hour number
You can’t perform that action at this time.
0 commit comments