Bugzilla – Attachment 560974 Details for
Bug 841859
I can't disable UTC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for Timezone.rb
t.diff (text/plain), 680 bytes, created by
Jiří Suchomel
on 2013-10-01 07:59:14 UTC
(
hide
)
Description:
patch for Timezone.rb
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2013-10-01 07:59:14 UTC
Size:
680 bytes
patch
obsolete
>820,823c820,823 >< if Builtins.size(adjtime) == 3 || adjtime == nil >< new = adjtime == nil ? ["0.0 0 0.0", "0"] : adjtime >< Ops.set(new, 2, @hwclock == "-u" ? "UTC" : "LOCAL") >< if Ops.get(new, 2, "") != Ops.get(adjtime, 2, "") >--- >> if adjtime.nil? || adjtime.size == 3 >> new = adjtime.nil? ? ["0.0 0 0.0", "0"] : adjtime.dup >> new[2] = @hwclock == "-u" ? "UTC" : "LOCAL" >> if new[2] != adjtime[2] >825,828c825 >< Builtins.y2milestone( >< "Saved /etc/adjtime with '%1'", >< Ops.get(new, 2, "") >< ) >--- >> Builtins.y2milestone("Saved /etc/adjtime with '%1'", new[2])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 841859
:
560337
|
560339
|
560340
|
560341
| 560974