Skip to content

Commit

Permalink
add correct timezone to IOC instances
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 28, 2024
1 parent f8845c1 commit 6c40ae0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iocs/bl47p-ea-dcam-01/config/bl47p-ea-dcam-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ioc_name: "{{ ioc_yaml_file_name }}"
description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

Expand Down
4 changes: 4 additions & 0 deletions iocs/bl47p-ea-dcam-02/config/bl47p-ea-dcam-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ioc_name: "{{ ioc_yaml_file_name }}"
description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

Expand Down
4 changes: 4 additions & 0 deletions iocs/bl47p-ea-test-01/config/bl47p-ea-test-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ioc_name: "{{ ioc_yaml_file_name }}"
description: Example simulated camera for BL47P

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

Expand Down
4 changes: 4 additions & 0 deletions iocs/bl47p-mo-ioc-01/config/bl47p-mo-ioc-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ioc_name: "{{ ioc_yaml_file_name }}"
description: auto-generated by https://github.com/epics-containers/builder2ibek

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: "GMT0BST"

- type: epics.EpicsCaMaxArrayBytes
max_bytes: 3000000

Expand Down

0 comments on commit 6c40ae0

Please sign in to comment.