LxQtWorldClock '<b>'HH:mm:ss'</b><br/><font size="-2">'ddd, d MMM yyyy'<br/>'TT'</font>' '<b>'HH:mm:ss'</b><br/><font size="-2">'ddd, d MMM yyyy'<br/>'TT'</font>' LxQtWorldClockConfiguration World Clock Settings Weltzeituhr - Einstellungen Display &format Anzeige&format &Time &Zeit F&ormat: F&ormat: Short Kurz Long Lang Custom Eigenes Sho&w seconds Se&kunden anzeigen Pad &hour with zero Stunden mit fü&hrender Null &Use 12-hour format 12-St&undenformat benutzen T&ime zone Ze&itzone &Position: &Position: For&mat: For&mat: Below Unter Above Über Before Vor After Nach Offset from UTC Versatz zu UTC Abbreviation Abkürzung Location identifier Ortsbezeichnung Custom name Eigener Name &Date &Datum Po&sition: &Position: Fo&rmat: Fo&rmat: ISO 8601 ISO 8601 Show &year &Jahr anzeigen Show day of wee&k &Wochentag anzeigen Pad d&ay with zero T&ag mit führender Null &Long month and day of week names &Lange Monats- und Wochentagsbezeichnungen Ad&vanced manual format &Erweitertes manuelles Format &Customise ... &Ändern... Time &zones &Zeitzonen IANA id IANA-ID &Add ... &Hinzufügen ... &Remove &Entfernen Set as &default Als &Default setzen &Edit custom name ... &Eigenen Namen bearbeiten... Move &up Nach &oben Move do&wn Nach &unten &General All&gemein Auto&rotate when the panel is vertical &Bei senkrechter Leiste automatisch drehen '<b>'HH:mm:ss'</b><br/><font size="-2">'ddd, d MMM yyyy'<br/>'TT'</font>' '<b>'HH:mm:ss'</b><br/><font size="-2">'ddd, d MMM yyyy'<br/>'TT'</font>' Input custom time zone name Eigenen Zeitzonennamen eingeben LxQtWorldClockConfigurationManualFormat World Clock Time Zones Weltzeituhr Zeitzonen <h1>Custom Date/Time Format Syntax</h1> <p>A date pattern is a string of characters, where specific strings of characters are replaced with date and time data from a calendar when formatting or used to generate data for a calendar when parsing.</p> <p>The Date Field Symbol Table below contains the characters used in patterns to show the appropriate formats for a given locale, such as yyyy for the year. Characters may be used multiple times. For example, if y is used for the year, 'yy' might produce '99', whereas 'yyyy' produces '1999'. For most numerical fields, the number of characters specifies the field width. For example, if h is the hour, 'h' might produce '5', but 'hh' produces '05'. For some characters, the count specifies whether an abbreviated or full form should be used, but may have other choices, as given below.</p> <p>Two single quotes represents a literal single quote, either inside or outside single quotes. Text within single quotes is not interpreted in any way (except for two adjacent single quotes). Otherwise all ASCII letter from a to z and A to Z are reserved as syntax characters, and require quoting if they are to represent literal characters. In addition, certain ASCII punctuation characters may become variable in the future (eg ":" being interpreted as the time separator and '/' as a date separator, and replaced by respective locale-sensitive characters in display).<br /></p> <table border="1" width="100%" cellpadding="4" cellspacing="0"> <tr><th width="20%">Code</th><th>Meaning</th></tr> <tr><td>d</td><td>the day as number without a leading zero (1 to 31)</td></tr> <tr><td>dd</td><td>the day as number with a leading zero (01 to 31)</td></tr> <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon' to 'Sun').</td></tr> <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday' to 'Sunday</td></tr> <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan' to 'Dec').</td></tr> <tr><td>MMMM</td><td>the long localized month name (e.g. 'January' to 'December').</td></tr> <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> <tr><td>yyyy</td><td>the year as four digit number</td></tr> <tr><td>h</td><td>the hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)</td></tr> <tr><td>hh</td><td>the hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)</td></tr> <tr><td>H</td><td>the hour without a leading zero (0 to 23, even with AM/PM display)</td></tr> <tr><td>HH</td><td>the hour with a leading zero (00 to 23, even with AM/PM display)</td></tr> <tr><td>m</td><td>the minute without a leading zero (0 to 59)</td></tr> <tr><td>mm</td><td>the minute with a leading zero (00 to 59)</td></tr> <tr><td>s</td><td>the second without a leading zero (0 to 59)</td></tr> <tr><td>ss</td><td>the second with a leading zero (00 to 59)</td></tr> <tr><td>z</td><td>the milliseconds without leading zeroes (0 to 999)</td></tr> <tr><td>zzz</td><td>the milliseconds with leading zeroes (000 to 999)</td></tr> <tr><td>AP <i>or</i> A</td><td>use AM/PM display. <b>A/AP</b> will be replaced by either "AM" or "PM".<</td></tr> <tr><td>ap <i>or</i> a</td><td>use am/pm display. <b>a/ap</b> will be replaced by either "am" or "pm".<</td></tr> <tr><td>t</td><td>the timezone (for example "CEST")</td></tr> <tr><td>T</td><td>the offset from UTC</td></tr> <tr><td>TT</td><td>the timezone IANA id</td></tr> <tr><td>TTT</td><td>the timezone abbreviation</td></tr> <tr><td>TTTT</td><td>the timezone short display name</td></tr> <tr><td>TTTTT</td><td>the timezone long display name</td></tr> <tr><td>TTTTTT</td><td>the timezone custom name. You can change it the 'Time zones' tab of the configuration window</td></tr></table> <p><br /><b>Note:</b> Any characters in the pattern that are not in the ranges of ['a'..'z'] and ['A'..'Z'] will be treated as quoted text. For instance, characters like ':', '.', ' ', '#' and '@' will appear in the resulting time text even they are not enclosed within single quotes.The single quote is used to 'escape' letters. Two single quotes in a row, whether inside or outside a quoted sequence, represent a 'real' single quote.</p> <h1>Syntax für eigenes Datums-/Zeitformat </h1> <p>Ein Datumsmuster ist eine Zeichenkette, in der bestimmte Zeichenfolgen durch Datums- und Zeitangaben eines Kalenders ersetzt werden.</p> <p>In der unten angegebenen Tabelle sind die Zeichenfolgen angegeben, für die eine Ersetzung vorgenommen wird. Dabei können einzelne Zeichen mehrfach angegeben werden, um die Bedeutung zu verändern. Beispielsweise wird y zur Darstellung des Jahres benutzt. Dabei produziert 'yy' z.B. '99', und 'yyyy' produziert dann '1999'. Bei den meisten numerischen Feldern bestimmt die Anzahl der Zeichen die Feldbreite. Beispielsweise bei h, das zur Darstellung der Stunden dient, könnte 'h' eine '5' produzieren, aber 'hh' ergäbe '05'. Bei einigen Zeichen wird durch die Anzahl bestimmt, ob die abgekürzte oder ausgeschriebene Form benutzt werden soll.</p> <p>Zwei Hochkommas werden durch ein einzelnes Hochkomma ersetzt, sowohl innerhalb als auch außerhalb Hochkommas. Text innerhalb einfacher Hochkommas wird nicht ersetzt (abgesehen von zwei aufeinander folgenden Hochkommas). Ansonsten sind alle ASCII-Zeichen von a bis z und A bis Z reservierte Zeichen und müssen in Hochkommas stehen, wenn sie für sich selbst stehen sollen. Außerdem könnten bestimmte Satzzeichen zukünftig als Variablen aufgefasst werden (z.B. könnte ":" als Trennzeichen zwischen Zeitbestandteilen und '/' als Datumstrenner interpretiert werden, welche durch entsprechende lokale Zeichen in der Anzeige ersetzt werden).<br /></p> <table border="1" width="100%" cellpadding="4" cellspacing="0"> <tr><th width="20%">Code</th><th>Bedeutung</th></tr> <tr><td>d</td><td>Tag als Zahl ohne führende Null (1 bis 31)</td></tr> <tr><td>dd</td><td>Tag als Zahl mit führender Null (01 bis 31)</td></tr> <tr><td>ddd</td><td>Abgekürzter lokalisierter Tagesname (z.B. 'Mon' bis 'Son').</td></tr> <tr><td>dddd</td><td>Ausgeschriebener lokalisierter Tagesname (z.B. 'Montag' bis 'Sonntag</td></tr> <tr><td>M</td><td>Monat als Zahl ohne führende Null (1-12)</td></tr> <tr><td>MM</td><td>Monat als Zahl mit führender Null (01-12)</td></tr> <tr><td>MMM</td><td>Abgekürzter lokalisierter Monatsname (z.B. 'Jan' bis 'Dez').</td></tr> <tr><td>MMMM</td><td>Ausgeschriebener lokalisierter Monatsname (z.B. 'Januar' bis 'Dezember').</td></tr> <tr><td>yy</td><td>Jahr als zweistellige Zahl (00-99)</td></tr> <tr><td>yyyy</td><td>Jahr als vierstellige Zahl</td></tr> <tr><td>h</td><td>Stunde ohne führende Null (0 bis 23 oder 1 bis 12 bei AM/PM-Anzeige)</td></tr> <tr><td>hh</td><td>Stunde mit führender Null (00 bis 23 oder 01 bis 12 bei AM/PM-Anzeige)</td></tr> <tr><td>H</td><td>Stunde ohne führende Null (0 bis 23, selbst bei AM/PM-Anzeige)</td></tr> <tr><td>HH</td><td>Stunde mit führender Null (00 bis 23, selbst bei AM/PM-Anzeige)</td></tr> <tr><td>m</td><td>Minute ohne führende Null (0 bis 59)</td></tr> <tr><td>mm</td><td>Minute mit führender Null (00 bis 59)</td></tr> <tr><td>s</td><td>Sekunde ohne führende Null (0 bis 59)</td></tr> <tr><td>ss</td><td>Sekunde mit führender Null (00 bis 59)</td></tr> <tr><td>z</td><td>Millisekunden ohne führende Nullen (0 bis 999)</td></tr> <tr><td>zzz</td><td>Millisekunden mit führenden Nullen (000 bis 999)</td></tr> <tr><td>AP <i>oder</i> A</td><td>AM/PM-Anzeige nutzen. <b>A/AP</b> wird durch "AM" oder "PM" ersetzt.<</td></tr> <tr><td>ap <i>oder</i> a</td><td>am/pm-Anzeige nutzen. <b>a/ap</b> wird durch "am" oder "pm" ersetzt.<</td></tr> <tr><td>t</td><td>Zeitzone (z.B. "CEST")</td></tr> <tr><td>T</td><td>Offset zu UTC</td></tr> <tr><td>TT</td><td>Zeitzone IANA-ID</td></tr> <tr><td>TTT</td><td>Zeitzone abgekürzt</td></tr> <tr><td>TTTT</td><td>Zeitzone kurz</td></tr> <tr><td>TTTTT</td><td>Zeitzone lang</td></tr> <tr><td>TTTTTT</td><td>Eigener Name für die Zeitzone. Dieser kann im Reiter 'Zeitzonen' gesetzt werden.</td></tr></table> <p><br /><b>Hinweis:</b> Jedes Zeichen, das nicht in den Bereichen ['a'..'z'] und ['A'..'Z'] liegt, wird als in Hochkommas eingeschlossener Text behandelt. Zeichen wie ':', '.', ' ', '#' und '@' erscheinen im resultierenden Text auch wenn sie nicht in Hochkommas eingeschlossen sind. Das Hochkomma wird als Fluchtzeichen verwendet. Zwei aufeinander folgende Hochkommas repräsentieren ein 'echtes' Hochkomma.</p> LxQtWorldClockConfigurationTimeZones World Clock Time Zones Weltzeituhr Zeitzonen Time zone Zeitzone Name Name Comment Kommentar Country Land UTC UTC Other Andere Local timezone Lokale Zeitzone