Skip to content

Commit ffe44c5

Browse files
author
Lindsey B
committed
Make the timezone more permissive
1 parent 116d4fa commit ffe44c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>🌟 <i>Astro Horoscope</i></h1>
3131
<div class="form-group">
3232
<label for="timezone_offset">Timezone Offset (e.g., -04:00 for EDT, -05:00 for EST):</label>
3333
<input type="text" id="timezone_offset" name="timezone_offset" required
34-
placeholder="-04:00" pattern="[+\-]\d{2}:\d{2}">
34+
placeholder="-04:00" pattern="[+\-]?\d{1,2}:\d{2}">
3535
<small style="color: #666;">Format: +/-HH:MM (include daylight savings adjustment)</small>
3636
</div>
3737

0 commit comments

Comments
 (0)